public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order
@ 2020-05-24 17:32 Jagan Teki
  2020-05-24 17:32 ` [PATCH 2/3] nanopc-t4: Enable USB Gadget Jagan Teki
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jagan Teki @ 2020-05-24 17:32 UTC (permalink / raw)
  To: u-boot

Add u-boot,spl-boot-order as sdhci and sdmmc for booting
from eMMC and SD card.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/rk3399-nanopi4-u-boot.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
index a126bbaf08..a9d10592d5 100644
--- a/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
@@ -5,6 +5,12 @@
 
 #include "rk3399-u-boot.dtsi"
 
+/{
+	chosen {
+		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
+	};
+};
+
 &sdmmc {
 	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
 };
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-25  2:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-24 17:32 [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order Jagan Teki
2020-05-24 17:32 ` [PATCH 2/3] nanopc-t4: Enable USB Gadget Jagan Teki
2020-05-25  2:50   ` Kever Yang
2020-05-24 17:32 ` [PATCH 3/3] doc: rockchip: Document eMMC program steps Jagan Teki
2020-05-25  2:53   ` Kever Yang
2020-05-25  2:50 ` [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot, spl-boot-order Kever Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox