summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3399-ficus-u-boot.dtsi
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2019-07-29 19:22:28 +0530
committerKever Yang <kever.yang@rock-chips.com>2019-08-05 21:14:13 +0800
commitb06def35729402860891d59c322fa3fa2f54d9f4 (patch)
tree270aa14c33e35bca7de5762171e598da6a486d0f /arch/arm/dts/rk3399-ficus-u-boot.dtsi
parent0b5130fa3ec65fcb80f7c48b5dc4f7c219168db5 (diff)
arm: dts: ficus: Enable booting from eMMC when using SPL
This commits enables booting from eMMC when using SPL on 96Boards Ficus board by adding SDHCI to boot order. Since the SDHCI driver already has the reloc flag, this works straightaway. While we are at it, let's also include the common u-boot dtsi for rk3399. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399-ficus-u-boot.dtsi')
-rw-r--r--arch/arm/dts/rk3399-ficus-u-boot.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-ficus-u-boot.dtsi b/arch/arm/dts/rk3399-ficus-u-boot.dtsi
index eab86bdb308..f3f7aa7c459 100644
--- a/arch/arm/dts/rk3399-ficus-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-ficus-u-boot.dtsi
@@ -3,4 +3,11 @@
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
*/
+#include "rk3399-u-boot.dtsi"
#include "rk3399-sdram-ddr3-1600.dtsi"
+
+/ {
+ chosen {
+ u-boot,spl-boot-order = &sdhci, &sdmmc;
+ };
+};