arm64: dts: rockchip: add missing rockchip,grf property to rk356x
authorMichael Riesch <michael.riesch@wolfvision.net>
Mon, 23 Aug 2021 12:39:11 +0000 (14:39 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 15 Sep 2021 15:50:44 +0000 (17:50 +0200)
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

index d89831bee1eb5bc6dab4c338c3631cd5394f1156..e42fbac6147b68d765ca52c7dd9dda99322fb419 100644 (file)
                #reset-cells = <1>;
                assigned-clocks = <&cru PLL_GPLL>, <&pmucru PLL_PPLL>;
                assigned-clock-rates = <1200000000>, <200000000>;
+               rockchip,grf = <&grf>;
        };
 
        i2c0: i2c@fdd40000 {