Message ID | 20200413013832.11784-2-kever.yang@rock-chips.com |
---|---|
State | Accepted |
Commit | fe4931c09ac77c775786c12148e8fd47ce4bb833 |
Headers | show |
Series | [1/3] rockchip: rv1108: use correct API for board callback | expand |
diff --git a/arch/arm/dts/rv1108-u-boot.dtsi b/arch/arm/dts/rv1108-u-boot.dtsi index 41ac054b81..6a2098b8d4 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; +};
The grf node will be used before relocate, enable it in dts. Signed-off-by: Kever Yang <kever.yang at rock-chips.com> --- arch/arm/dts/rv1108-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+)