diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-03-11 13:50:03 +0530 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-05-01 00:00:05 +0200 |
commit | e05b4a4fa84b65a0c8873e8f34721741fe2bc09d (patch) | |
tree | c2786b798997db02a6453bc64260fa7d982bf732 /arch/arm/dts/rk3399-firefly.dts | |
parent | 288dbc66da67d765ac29ef24219f6f8becc76e75 (diff) | |
download | u-boot-e05b4a4fa84b65a0c8873e8f34721741fe2bc09d.tar.gz u-boot-e05b4a4fa84b65a0c8873e8f34721741fe2bc09d.tar.xz u-boot-e05b4a4fa84b65a0c8873e8f34721741fe2bc09d.zip |
rockchip: dts: rk3399: Create initial rk3399-u-boot.dtsi
u-boot,dm-pre-reloc is required for SDMMC booted rk3399 boards and
which is U-Boot specific devicetrees binding.
Move it on global rk3399-u-boot.dtsi file and rest of the U-Boot
bindings will move it future based on the requirement.
This would help to sync the devicetrees from Linux whenever required
instead of adding specific nodes.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/dts/rk3399-firefly.dts')
-rw-r--r-- | arch/arm/dts/rk3399-firefly.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3399-firefly.dts b/arch/arm/dts/rk3399-firefly.dts index f90e7e88db..46f2ffaf8d 100644 --- a/arch/arm/dts/rk3399-firefly.dts +++ b/arch/arm/dts/rk3399-firefly.dts @@ -592,7 +592,6 @@ }; &sdmmc { - u-boot,dm-pre-reloc; bus-width = <4>; status = "okay"; }; |