arm64: dts: rockchip: add clocks property to cru node rk3368
authorJohan Jonker <jbx6244@gmail.com>
Tue, 29 Mar 2022 18:05:50 +0000 (20:05 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 27 May 2022 17:31:23 +0000 (19:31 +0200)
Add clocks and clock-names because the device has to have
at least one input clock.
Also in case someone wants to add properties that start with
assign-xxx to fix warnings like:
'clocks' is a dependency of 'assigned-clocks'

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20220329180550.31043-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368.dtsi

index c99da90..4f0b5fe 100644 (file)
        cru: clock-controller@ff760000 {
                compatible = "rockchip,rk3368-cru";
                reg = <0x0 0xff760000 0x0 0x1000>;
+               clocks = <&xin24m>;
+               clock-names = "xin24m";
                rockchip,grf = <&grf>;
                #clock-cells = <1>;
                #reset-cells = <1>;