projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd85bf
)
ARM: dts: rockchip: add clocks property to cru node rk3228
author
Johan Jonker
<jbx6244@gmail.com>
Wed, 30 Mar 2022 12:19:22 +0000
(14:19 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 27 May 2022 17:27:00 +0000
(19:27 +0200)
Add clocks and clock-names to the rk3228 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/20220330121923.24240-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk322x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk322x.dtsi
b/arch/arm/boot/dts/rk322x.dtsi
index 6513ffcaac92152210fbd33fb37b3cbec8596cce..ffc16d6b97e1bd139957928889b5a21c6288407b 100644
(file)
--- a/
arch/arm/boot/dts/rk322x.dtsi
+++ b/
arch/arm/boot/dts/rk322x.dtsi
@@
-484,6
+484,8
@@
cru: clock-controller@110e0000 {
compatible = "rockchip,rk3228-cru";
reg = <0x110e0000 0x1000>;
+ clocks = <&xin24m>;
+ clock-names = "xin24m";
rockchip,grf = <&grf>;
#clock-cells = <1>;
#reset-cells = <1>;