diff options
| author | Jagan Teki <[email protected]> | 2019-07-16 17:27:34 +0530 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-07-21 00:00:20 +0800 |
| commit | ab0ce36a169dfc497733a530e15007e72ef286f5 (patch) | |
| tree | 949042f6c050297d134787e81911e86dd256a72e | |
| parent | 845a31ea2c424e4c85108fe567bb39a10a6aaafc (diff) | |
rockchip: dts: rk3399: Add u-boot, dm-pre-reloc for pmu
Add u-boot,dm-pre-reloc property for pmu in rk3399-u-boot.dtsi
so-that SPL can access pmu.
Signed-off-by: Jagan Teki <[email protected]>
Signed-off-by: YouMin Chen <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3399-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi index fcfce9ae021..2738a3889ef 100644 --- a/arch/arm/dts/rk3399-u-boot.dtsi +++ b/arch/arm/dts/rk3399-u-boot.dtsi @@ -3,6 +3,10 @@ * Copyright (C) 2019 Jagan Teki <[email protected]> */ +&pmu { + u-boot,dm-pre-reloc; +}; + &sdmmc { u-boot,dm-pre-reloc; }; |
