Commit 1c4e2a11 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: imx7d: add clock-frequency to CPU nodes

Add clock-frequency property to CPU nodes. Avoids warnings like
"/cpus/cpu@0 missing clock-frequency property".
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f5bd51b6
...@@ -51,12 +51,14 @@ cpu0: cpu@0 { ...@@ -51,12 +51,14 @@ cpu0: cpu@0 {
996000 1075000 996000 1075000
792000 975000 792000 975000
>; >;
clock-frequency = <996000000>;
}; };
cpu1: cpu@1 { cpu1: cpu@1 {
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
device_type = "cpu"; device_type = "cpu";
reg = <1>; reg = <1>;
clock-frequency = <996000000>;
}; };
}; };
......
...@@ -85,6 +85,7 @@ cpu0: cpu@0 { ...@@ -85,6 +85,7 @@ cpu0: cpu@0 {
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
device_type = "cpu"; device_type = "cpu";
reg = <0>; reg = <0>;
clock-frequency = <792000000>;
clock-latency = <61036>; /* two CLK32 periods */ clock-latency = <61036>; /* two CLK32 periods */
clocks = <&clks IMX7D_CLK_ARM>; clocks = <&clks IMX7D_CLK_ARM>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment