From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 24 May 2017 09:55:13 +0530 Subject: [U-Boot] [PATCH 11/11] ARM: am437x-gp-evm-u-boot.dtsi: Enable nodes for USB device boot In-Reply-To: <20170523115546.399-12-vigneshr@ti.com> References: <20170523115546.399-1-vigneshr@ti.com> <20170523115546.399-12-vigneshr@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 23 May 2017 05:25 PM, Vignesh R wrote: > Enable USB nodes required to support RNDIS boot in SPL. > > Signed-off-by: Vignesh R > --- > arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi > index 885a9a92dbd3..a689cd68a593 100644 > --- a/arch/arm/dts/am437x-gp-evm-u-boot.dtsi > +++ b/arch/arm/dts/am437x-gp-evm-u-boot.dtsi > @@ -36,3 +36,23 @@ > &phy_sel { > u-boot,dm-pre-reloc; > }; Can you mark all the below node as "u-boot,dm-spl" instead of u-boot,dm-pre-reloc? Thanks and regards, Lokesh > + > +&am43xx_control_usb2phy1 { > + u-boot,dm-pre-reloc; > +}; > + > +&ocp2scp0 { > + u-boot,dm-pre-reloc; > + > + phy at 483a8000 { > + u-boot,dm-pre-reloc; > + }; > +}; > + > +&dwc3_1 { > + u-boot,dm-pre-reloc; > + > + usb at 48390000 { > + u-boot,dm-pre-reloc; > + }; > +}; >