On Wed, Jan 29, 2020 at 5:16 PM Joris Offouga <offougajo...@gmail.com> wrote: > > diff --git a/arch/arm/dts/imx7d-sdb-u-boot.dtsi > b/arch/arm/dts/imx7d-sdb-u-boot.dtsi > index 05dd74eee1..b78358fa13 100644 > --- a/arch/arm/dts/imx7d-sdb-u-boot.dtsi > +++ b/arch/arm/dts/imx7d-sdb-u-boot.dtsi > @@ -1,3 +1,7 @@ > &fec2 { > status = "disable"; > }; > + > +&usbotg1 { > + dr_mode = "peripheral";
Why to include this in the U-Boot specific version? I see dr_mode = "peripheral" in the main dts. > +}; > -- > 2.20.1 >