On Wed, Sep 28, 2022 at 09:33:31AM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@xxxxxxxxxxx> > > > This series is an assortment of USB dual-role specific commits as > follows: > > Introduce USBC_DET GPIO based USB dual-role aka device/host switching. > > Move USB VBUS supply from single carrier board to module level device > tree. This pin is as per Colibri module family standard. > > Specify USBH_PEN GPIO being active-low rather than active-high > (cosmetic only). > > Remove spurious debounce property from linux,extcon-usb-gpio. That > commit is actually for Colibri iMX7. > > Changes in v2: > - Dropped fixes tag as this change is rather cosmetic. > - Add new commit also actually enabling CONFIG_EXTCON_USB_GPIO. > > Marcel Ziswiler (4): > arm: dts: colibri-imx6: move vbus-supply to module level device tree > arm: dts: colibri-imx6: specify usbh_pen gpio being active-low > arm: dts: imx7-colibri: remove spurious debounce property > ARM: imx_v6_v7_defconfig: Enable USB GPIO extcon support > > Philippe Schenker (1): > arm: dts: colibri-imx6: usb dual-role switching We idiomatically use prefix 'ARM: dts: ...' for i.MX arm DTS. Fixed them up and applied the series. Shawn