diff options
author | Kever Yang | 2020-04-13 09:38:31 +0800 |
---|---|---|
committer | Kever Yang | 2020-09-16 16:31:18 +0800 |
commit | fe4931c09ac77c775786c12148e8fd47ce4bb833 (patch) | |
tree | fc271dca8d17ed1d2747ce2c65d9b8459db501c9 /arch/arm/dts/rv1108-u-boot.dtsi | |
parent | f11f138ebfeac8271ad5e6faed2265a9585b97fc (diff) |
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 <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rv1108-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rv1108-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rv1108-u-boot.dtsi b/arch/arm/dts/rv1108-u-boot.dtsi index 41ac054b81e..6a2098b8d41 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; +}; |