Message ID | 1393571944-10438-1-git-send-email-yegorslists@googlemail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* yegorslists@googlemail.com <yegorslists@googlemail.com> [140227 23:22]: > From: Yegor Yefremov <yegorslists@googlemail.com> > > Enable second USB channel and set it into 'host' mode. > > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Thanks applying into omap-for-v3.15/dt. Tony > --- > arch/arm/boot/dts/am335x-evmsk.dts | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts > index 486880b..40a66bd 100644 > --- a/arch/arm/boot/dts/am335x-evmsk.dts > +++ b/arch/arm/boot/dts/am335x-evmsk.dts > @@ -342,9 +342,18 @@ > status = "okay"; > }; > > + usb-phy@47401b00 { > + status = "okay"; > + }; > + > usb@47401000 { > status = "okay"; > }; > + > + usb@47401800 { > + status = "okay"; > + dr_mode = "host"; > + }; > }; > > &epwmss2 { > -- > 1.7.7 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 486880b..40a66bd 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -342,9 +342,18 @@ status = "okay"; }; + usb-phy@47401b00 { + status = "okay"; + }; + usb@47401000 { status = "okay"; }; + + usb@47401800 { + status = "okay"; + dr_mode = "host"; + }; }; &epwmss2 {