From: Kever Yang Date: Mon, 13 Apr 2020 01:38:31 +0000 (+0800) Subject: rockchip: rv1108: Enable grf as pre-reloc node X-Git-Tag: v2020.10~22^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe4931c09ac77c775786c12148e8fd47ce4bb833;p=platform%2Fkernel%2Fu-boot.git rockchip: rv1108: Enable grf as pre-reloc node The grf node will be used before relocate, enable it in dts. Signed-off-by: Kever Yang --- diff --git a/arch/arm/dts/rv1108-u-boot.dtsi b/arch/arm/dts/rv1108-u-boot.dtsi index 41ac054..6a2098b 100644 --- a/arch/arm/dts/rv1108-u-boot.dtsi +++ b/arch/arm/dts/rv1108-u-boot.dtsi @@ -4,3 +4,7 @@ */ #include "rockchip-u-boot.dtsi" + +&grf { + u-boot,dm-pre-reloc; +};