projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc405bb
)
arm64: dts: rockchip: add clocks to rk356x cru
author
Peter Geis
<pgwipeout@gmail.com>
Wed, 11 May 2022 15:01:13 +0000
(11:01 -0400)
committer
Heiko Stuebner
<heiko@sntech.de>
Fri, 27 May 2022 17:31:23 +0000
(19:31 +0200)
The rk356x cru requires a 24m clock input to function. Add the clocks
properties to the cru to clear some dtbs_check warnings.
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Link:
https://lore.kernel.org/r/20220511150117.113070-3-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk356x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
index 1042e68602dea4e7839c86240e7b94aa4cb7c7f2..914f13c0d399ad946ef49bc646ae47690c976e7e 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk356x.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk356x.dtsi
@@
-397,6
+397,8
@@
cru: clock-controller@fdd20000 {
compatible = "rockchip,rk3568-cru";
reg = <0x0 0xfdd20000 0x0 0x1000>;
+ clocks = <&xin24m>;
+ clock-names = "xin24m";
#clock-cells = <1>;
#reset-cells = <1>;
assigned-clocks = <&cru PLL_GPLL>, <&pmucru PLL_PPLL>;