aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2022-03-29 20:05:50 +0200
committerHeiko Stuebner <heiko@sntech.de>2022-05-27 19:31:23 +0200
commit3d65818cd6cf2edc8fc742f982731c54be14e5b8 (patch)
treef27014a63c6c9e01e024bc2d9bce99ae6537ae54 /arch/arm64/boot
parentarm64: dts: rockchip: add clocks property to cru node rk3308 (diff)
downloadlinux-dev-3d65818cd6cf2edc8fc742f982731c54be14e5b8.tar.xz
linux-dev-3d65818cd6cf2edc8fc742f982731c54be14e5b8.zip
arm64: dts: rockchip: add clocks property to cru node rk3368
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index c99da90328e9..4f0b5feaa5e6 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -747,6 +747,8 @@
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>;