From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Subject: Re: [PATCH v2 11/12] arm64: dts: rockchip: Add u-boot, spl-boot-order for ROCKPi N10 Date: Wed, 22 Jul 2020 20:31:49 +0800 Message-ID: <301d6adc-a630-d8ac-2ecb-ac3300845b29@rock-chips.com> References: <20200721152809.37927-1-jagan@amarulasolutions.com> <20200721152809.37927-2-jagan@amarulasolutions.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200721152809.37927-2-jagan@amarulasolutions.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" To: Jagan Teki , Philipp Tomsich , Simon Glass Cc: Suniel Mahesh , U-Boot-Denx , linux-rockchip@lists.infradead.org, linux-amarula List-Id: linux-rockchip.vger.kernel.org On 2020/7/21 下午11:28, Jagan Teki wrote: > 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 Reviewed-by: Kever Yang Thanks, - Kever > --- > Changes for v2: > - none > > arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > 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; > + }; > +}; From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 22 Jul 2020 20:31:49 +0800 Subject: [PATCH v2 11/12] arm64: dts: rockchip: Add u-boot, spl-boot-order for ROCKPi N10 In-Reply-To: <20200721152809.37927-2-jagan@amarulasolutions.com> References: <20200721152809.37927-1-jagan@amarulasolutions.com> <20200721152809.37927-2-jagan@amarulasolutions.com> Message-ID: <301d6adc-a630-d8ac-2ecb-ac3300845b29@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2020/7/21 ??11:28, Jagan Teki wrote: > 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 Reviewed-by: Kever Yang Thanks, - Kever > --- > Changes for v2: > - none > > arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > 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; > + }; > +};