diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-07-21 20:58:08 +0530 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-07-22 20:55:13 +0800 |
commit | 318392a74562db31f949f2694f29ec34dda5a6b5 (patch) | |
tree | 3536f8eadbe88ccf9fb99a393327916af3a99611 /arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi | |
parent | cfcbcb466857a8f2f4ae88cb0873942a035e808e (diff) |
arm64: dts: rockchip: Add u-boot, spl-boot-order for ROCKPi N10
Add u-boot,spl-boot-order for ROCKPi N10, so-that it can able
to boot from eMMC and SDMMC in order.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi b/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi index 946a0230db..7c66e1145a 100644 --- a/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi +++ b/arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi @@ -5,3 +5,9 @@ #include "rk3399pro-u-boot.dtsi" #include "rk3399-sdram-lpddr3-4GB-1600.dtsi" + +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; + }; +}; |