[PATCH 4/4] mx7dsabre: Fix usbtog probe when use dfu or ums
Fabio Estevam
festevam at gmail.com
Wed Jan 29 21:25:40 CET 2020
On Wed, Jan 29, 2020 at 5:16 PM Joris Offouga <offougajoris at 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
>
More information about the U-Boot
mailing list