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-puma.dtsi | |
parent | 288dbc66da67d765ac29ef24219f6f8becc76e75 (diff) | |
download | u-boot-e05b4a4fa84b65a0c8873e8f34721741fe2bc09d.tar.gz |
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-puma.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399-puma.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3399-puma.dtsi b/arch/arm/dts/rk3399-puma.dtsi index aec13a28f1..319a610022 100644 --- a/arch/arm/dts/rk3399-puma.dtsi +++ b/arch/arm/dts/rk3399-puma.dtsi @@ -492,7 +492,6 @@ }; &sdmmc { - u-boot,dm-pre-reloc; clock-frequency = <150000000>; max-frequency = <40000000>; supports-sd; |