mbox series

[0/3] USB OTG Dual Role on STM32MP15

Message ID 20200204132606.20222-1-amelie.delaunay@st.com (mailing list archive)
Headers show
Series USB OTG Dual Role on STM32MP15 | expand

Message

Amelie Delaunay Feb. 4, 2020, 1:26 p.m. UTC
This patchset adds support for USB OTG Dual Role on stm32mp15.
USB OTG HS is configured in Dual Role mode on stm32mp157c-ev1, role detection
uses ID pin.

Amelie Delaunay (3):
  ARM: dts: stm32: add USB OTG full support on stm32mp151
  ARM: dts: stm32: add USB OTG pinctrl to stm32mp15
  ARM: dts: stm32: enable USB OTG Dual Role on stm32mp157c-ev1

 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 13 +++++++++++++
 arch/arm/boot/dts/stm32mp151.dtsi        |  3 ++-
 arch/arm/boot/dts/stm32mp157c-ed1.dts    |  4 ++++
 arch/arm/boot/dts/stm32mp157c-ev1.dts    |  3 ++-
 4 files changed, 21 insertions(+), 2 deletions(-)

Comments

Alexandre TORGUE Feb. 10, 2020, 4:44 p.m. UTC | #1
Hi Amélie

On 2/4/20 2:26 PM, Amelie Delaunay wrote:
> This patchset adds support for USB OTG Dual Role on stm32mp15.
> USB OTG HS is configured in Dual Role mode on stm32mp157c-ev1, role detection
> uses ID pin.
> 
> Amelie Delaunay (3):
>    ARM: dts: stm32: add USB OTG full support on stm32mp151
>    ARM: dts: stm32: add USB OTG pinctrl to stm32mp15
>    ARM: dts: stm32: enable USB OTG Dual Role on stm32mp157c-ev1
> 
>   arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 13 +++++++++++++
>   arch/arm/boot/dts/stm32mp151.dtsi        |  3 ++-
>   arch/arm/boot/dts/stm32mp157c-ed1.dts    |  4 ++++
>   arch/arm/boot/dts/stm32mp157c-ev1.dts    |  3 ++-
>   4 files changed, 21 insertions(+), 2 deletions(-)
> 

Series applied on stm32-next.

Thanks
Alex