projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53070cf
)
ARM: dts: rockchip: add clocks property to cru node rv1108
author
Johan Jonker
<jbx6244@gmail.com>
Wed, 30 Mar 2022 13:16:07 +0000
(15:16 +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 rv1108 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/20220330131608.30040-2-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rv1108.dtsi
b/arch/arm/boot/dts/rv1108.dtsi
index 44825490645259ec9b09991befc8bc8b17080b0a..eceaa940b35f4edc37506f957bd93cfaa78accdb 100644
(file)
--- a/
arch/arm/boot/dts/rv1108.dtsi
+++ b/
arch/arm/boot/dts/rv1108.dtsi
@@
-456,6
+456,8
@@
cru: clock-controller@20200000 {
compatible = "rockchip,rv1108-cru";
reg = <0x20200000 0x1000>;
+ clocks = <&xin24m>;
+ clock-names = "xin24m";
rockchip,grf = <&grf>;
#clock-cells = <1>;
#reset-cells = <1>;