aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Riesch <[email protected]>2021-08-23 14:39:11 +0200
committerHeiko Stuebner <[email protected]>2021-09-15 17:50:44 +0200
commit95ad4dbe5f43bf67036775df56c848aa8ffea8e2 (patch)
tree934831f12678a7f65c100793162af2f98ed1ce3b
parentae04430959b3878567cebd3dfdfdf1985b1599d1 (diff)
arm64: dts: rockchip: add missing rockchip,grf property to rk356x
This commit fixes the error messages rockchip_clk_register_muxgrf: regmap not available rockchip_clk_register_branches: failed to register clock clk_ddr1x: -524 during boot by providing the missing rockchip,grf property. Signed-off-by: Michael Riesch <[email protected]> Tested-by: Peter Geis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk356x.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
index d89831bee1eb..e42fbac6147b 100644
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
@@ -233,6 +233,7 @@
#reset-cells = <1>;
assigned-clocks = <&cru PLL_GPLL>, <&pmucru PLL_PPLL>;
assigned-clock-rates = <1200000000>, <200000000>;
+ rockchip,grf = <&grf>;
};
i2c0: i2c@fdd40000 {