1
0
Fork 0

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: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
steinar/wifi_calib_4_9_kernel
Stefan Agner 2016-08-11 17:11:07 -07:00 committed by Shawn Guo
parent f5bd51b60f
commit 1c4e2a11ba
2 changed files with 3 additions and 0 deletions

View File

@ -51,12 +51,14 @@
996000 1075000
792000 975000
>;
clock-frequency = <996000000>;
};
cpu1: cpu@1 {
compatible = "arm,cortex-a7";
device_type = "cpu";
reg = <1>;
clock-frequency = <996000000>;
};
};

View File

@ -85,6 +85,7 @@
compatible = "arm,cortex-a7";
device_type = "cpu";
reg = <0>;
clock-frequency = <792000000>;
clock-latency = <61036>; /* two CLK32 periods */
clocks = <&clks IMX7D_CLK_ARM>;
};