From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suman Anna Date: Wed, 19 Aug 2020 17:45:13 -0500 Subject: [PATCH 2/3] arm: dts: k3-j7200-r5: Add fs_loader node In-Reply-To: <20200818190945.8966-3-s-anna@ti.com> References: <20200818190945.8966-1-s-anna@ti.com> <20200818190945.8966-3-s-anna@ti.com> Message-ID: <3c60f040-e551-6975-0b65-44a621f17f17@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Lokesh, On 8/18/20 2:09 PM, Suman Anna wrote: > Add a generic fs_loader node to the K3 J7200 R5 common board dts > file and use it as the chosen firmware-loader so that it can be > used for loading various firmwares from a boot media/filesystem > in R5 SPL on K3 J7200 EVM. > > Signed-off-by: Suman Anna > --- > arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts > index f5e4166926dc..b8c8487f3afe 100644 > --- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts > +++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts > @@ -18,6 +18,12 @@ > chosen { > stdout-path = &main_uart0; > tick-timer = &timer1; > + firmware-loader = &fs_loader0; > + }; > + > + fs_loader0: fs_loader at 0 { I realized I used underscore in the node name. Can you fix up the node name while applying, or do you want me to send a v2? regards Suman > + u-boot,dm-pre-reloc; > + compatible = "u-boot,fs-loader"; > }; > > a72_0: a72 at 0 { >