diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-03-30 13:48:46 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-05-27 19:27:00 +0200 |
commit | 8dd85bffc577c90bd29428215494fa68413ffa1f (patch) | |
tree | b2e426aef4a4019ab58701222045f2f2566721c3 /arch/arm | |
parent | 25f417b56384a3a3f65b7c7439a9797966b926e9 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/rk3036.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index 242ce42fbd87..9b0f0497567d 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -330,6 +330,8 @@ cru: clock-controller@20000000 { compatible = "rockchip,rk3036-cru"; reg = <0x20000000 0x1000>; + clocks = <&xin24m>; + clock-names = "xin24m"; rockchip,grf = <&grf>; #clock-cells = <1>; #reset-cells = <1>; |