mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 95ad4dbe5f43bf67036775df56c848aa8ffea8e2 Mon Sep 17 00:00:00 2001
|
|
From: Michael Riesch <michael.riesch@wolfvision.net>
|
|
Date: Mon, 23 Aug 2021 14:39:11 +0200
|
|
Subject: [PATCH] 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 <michael.riesch@wolfvision.net>
|
|
Tested-by: Peter Geis <pgwipeout@gmail.com>
|
|
Link: https://lore.kernel.org/r/20210823123911.12095-2-michael.riesch@wolfvision.net
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- 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 {
|