Hi Tom, On 07/05/21 10:44 pm, Tom Rini wrote: > On Tue, May 04, 2021 at 04:11:48PM +0530, Kishon Vijay Abraham I wrote: > >> Partially sync with Linux's dts to add the entries required for USB3 >> support on USB0. >> Note that the default mode is still "peripheral" not "host". USB3 is >> supported only for the host mode. >> >> Signed-off-by: Jean-Jacques Hiblot <jjhib...@ti.com> >> Signed-off-by: Vignesh Raghavendra <vigne...@ti.com> >> Signed-off-by: Kishon Vijay Abraham I <kis...@ti.com> >> --- >> .../k3-j721e-common-proc-board-u-boot.dtsi | 19 ++++++++++++++++++- >> 1 file changed, 18 insertions(+), 1 deletion(-) > > You're doing a partial sync with Linux in the -u-boot.dtsi file, why?
This only changes the part that deals with USB. Other's will be added as when it's getting tested and verified in u-boot. Thanks Kishon