提交 cd2d081d 编写于 作者: P Peter Geis 提交者: Heiko Stuebner

arm64: dts: rockchip: add clocks to rk356x cru

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: NPeter Geis <pgwipeout@gmail.com>
Link: https://lore.kernel.org/r/20220511150117.113070-3-pgwipeout@gmail.comSigned-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 bc405bb3
...@@ -397,6 +397,8 @@ ...@@ -397,6 +397,8 @@
cru: clock-controller@fdd20000 { cru: clock-controller@fdd20000 {
compatible = "rockchip,rk3568-cru"; compatible = "rockchip,rk3568-cru";
reg = <0x0 0xfdd20000 0x0 0x1000>; reg = <0x0 0xfdd20000 0x0 0x1000>;
clocks = <&xin24m>;
clock-names = "xin24m";
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
assigned-clocks = <&cru PLL_GPLL>, <&pmucru PLL_PPLL>; assigned-clocks = <&cru PLL_GPLL>, <&pmucru PLL_PPLL>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册