mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r7s72100: Add clock for CA9 CPU core
Improve hardware description by adding a clock property to the device node corresponding to the CA9 CPU core. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
44842cc8a8
commit
f20d89ac0f
|
@ -203,6 +203,7 @@ cpu@0 {
|
|||
compatible = "arm,cortex-a9";
|
||||
reg = <0>;
|
||||
clock-frequency = <400000000>;
|
||||
clocks = <&cpg_clocks R7S72100_CLK_I>;
|
||||
next-level-cache = <&L2>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue