Merge tag 'mvebu-dt-4.19-1' of git://git.infradead.org/linux-mvebu into next/dt
[linux-block.git] / arch / arm / boot / dts / dra7-evm-common.dtsi
index 33230c8b295172fccb929bd694a63b143e3043f8..7e18147dc5635b414a4d51a179234adf41f9243e 100644 (file)
                id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>;
        };
 
+       extcon_usb2: extcon_usb2 {
+               compatible = "linux,extcon-usb-gpio";
+               id-gpio = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>;
+       };
+
        sound0: sound0 {
                compatible = "simple-audio-card";
                simple-audio-card,name = "DRA7xx-EVM";
        extcon = <&extcon_usb1>;
 };
 
+&omap_dwc3_2 {
+       extcon = <&extcon_usb2>;
+};
+
 &usb2 {
        dr_mode = "host";
+       extcon = <&extcon_usb2>;
 };
 
 &atl {