diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 21:58:52 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | 5860d124e4b56a1ffabefa6f18fca76fc8831dbf (patch) | |
tree | 8de3972888447bb6318932465caede9e8d74a154 /arch/arm/dts/rk3288-miqi.dts | |
parent | 2ea3addfa22a60500220970e481e38f9a3749118 (diff) |
rockchip: miqi-rk3288: add -u-boot.dtsi
Move U-Boot relate dts node/property into -u-boot.dtsi
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3288-miqi.dts')
-rw-r--r-- | arch/arm/dts/rk3288-miqi.dts | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/dts/rk3288-miqi.dts b/arch/arm/dts/rk3288-miqi.dts index 29e60dd125..e47170c653 100644 --- a/arch/arm/dts/rk3288-miqi.dts +++ b/arch/arm/dts/rk3288-miqi.dts @@ -25,21 +25,3 @@ 0xa60 0x40 0x10 0x0>; rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; }; - - -&pinctrl { - u-boot,dm-pre-reloc; -}; - -&uart2 { - u-boot,dm-pre-reloc; - reg-shift = <2>; -}; - -&sdmmc { - u-boot,dm-pre-reloc; -}; - -&emmc { - u-boot,dm-pre-reloc; -}; |