arm64: dts: rockchip: add clocks property to cru nodes rk3399
authorJohan Jonker <jbx6244@gmail.com>
Tue, 29 Mar 2022 15:07:42 +0000 (17:07 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 10 Apr 2022 17:06:35 +0000 (19:06 +0200)
Add clocks property to rk3399 cru nodes 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/20220329150742.22093-6-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 01c08a2aaf7304facc28f1f6e6c195c5fe7ee389..56af1a1d65ef584f4390ba80585ff4ef9fd4e788 100644 (file)
        pmucru: clock-controller@ff750000 {
                compatible = "rockchip,rk3399-pmucru";
                reg = <0x0 0xff750000 0x0 0x1000>;
+               clocks = <&xin24m>;
+               clock-names = "xin24m";
                rockchip,grf = <&pmugrf>;
                #clock-cells = <1>;
                #reset-cells = <1>;
        cru: clock-controller@ff760000 {
                compatible = "rockchip,rk3399-cru";
                reg = <0x0 0xff760000 0x0 0x1000>;
+               clocks = <&xin24m>;
+               clock-names = "xin24m";
                rockchip,grf = <&grf>;
                #clock-cells = <1>;
                #reset-cells = <1>;