From: Manivannan Sadhasivam Date: Mon, 29 Jul 2019 13:52:27 +0000 (+0530) Subject: arm: dts: rock960: Enable booting from eMMC when using SPL X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=0b5130fa3ec65fcb80f7c48b5dc4f7c219168db5;p=u-boot.git arm: dts: rock960: Enable booting from eMMC when using SPL This commits enables booting from eMMC when using SPL on 96Boards Rock960 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 Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3399-rock960-u-boot.dtsi b/arch/arm/dts/rk3399-rock960-u-boot.dtsi index 5256f6d3f2..4850debdf0 100644 --- a/arch/arm/dts/rk3399-rock960-u-boot.dtsi +++ b/arch/arm/dts/rk3399-rock960-u-boot.dtsi @@ -3,4 +3,11 @@ * Copyright (C) 2019 Jagan Teki */ +#include "rk3399-u-boot.dtsi" #include "rk3399-sdram-lpddr3-2GB-1600.dtsi" + +/ { + chosen { + u-boot,spl-boot-order = &sdhci, &sdmmc; + }; +};