summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/rk3399-u-boot.dtsi
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2019-03-11 13:50:03 +0530
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2019-05-01 00:00:05 +0200
commite05b4a4fa84b65a0c8873e8f34721741fe2bc09d (patch)
treec2786b798997db02a6453bc64260fa7d982bf732 /arch/arm/dts/rk3399-u-boot.dtsi
parent288dbc66da67d765ac29ef24219f6f8becc76e75 (diff)
downloadu-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-u-boot.dtsi')
-rw-r--r--arch/arm/dts/rk3399-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi
new file mode 100644
index 0000000000..f533ed95eb
--- /dev/null
+++ b/arch/arm/dts/rk3399-u-boot.dtsi
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
+ */
+
+&sdmmc {
+ u-boot,dm-pre-reloc;
+};