Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: add clocks property to cru node rk3036

Add clocks and clock-names to the rk3036 cru node, because
the device has to have at least one input clock.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220330114847.18633-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
8dd85bff 25f417b5

+2
+2
arch/arm/boot/dts/rk3036.dtsi
··· 330 330 cru: clock-controller@20000000 { 331 331 compatible = "rockchip,rk3036-cru"; 332 332 reg = <0x20000000 0x1000>; 333 + clocks = <&xin24m>; 334 + clock-names = "xin24m"; 333 335 rockchip,grf = <&grf>; 334 336 #clock-cells = <1>; 335 337 #reset-cells = <1>;