From: Geert Uytterhoeven <[email protected]>

Improve hardware description by adding a clock property to the device
node corresponding to the CA9 CPU core.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
---
 arch/arm/boot/dts/r7s72100.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi
index 4ed12a4d9d51..ab9645a42eca 100644
--- a/arch/arm/boot/dts/r7s72100.dtsi
+++ b/arch/arm/boot/dts/r7s72100.dtsi
@@ -203,6 +203,7 @@
                        compatible = "arm,cortex-a9";
                        reg = <0>;
                        clock-frequency = <400000000>;
+                       clocks = <&cpg_clocks R7S72100_CLK_I>;
                        next-level-cache = <&L2>;
                };
        };
-- 
2.11.0

Reply via email to