Skip to content

Commit a3f4b98

Browse files
Roger Quadrosnsekhar
authored andcommitted
ARM: dts: am57xx: remove extcon_usb1
USB1 controller is hardwired to be used as Host only port so we don't need to check ID pin state and can get rid of extcon_usb1. This also reduces USB1 controller's and eSATA power's dependency with EXTCON. Tested-by: Franklin S Cooper Jr. <fcooper@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
1 parent a3c2c59 commit a3f4b98

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@
130130
#cooling-cells = <2>;
131131
};
132132

133-
extcon_usb1: extcon_usb1 {
134-
compatible = "linux,extcon-usb-gpio";
135-
id-gpio = <&gpio7 25 GPIO_ACTIVE_HIGH>;
136-
};
137-
138133
hdmi0: connector {
139134
compatible = "hdmi-connector";
140135
label = "hdmi";
@@ -497,10 +492,6 @@
497492
dr_mode = "host";
498493
};
499494

500-
&omap_dwc3_1 {
501-
extcon = <&extcon_usb1>;
502-
};
503-
504495
&omap_dwc3_2 {
505496
extcon = <&extcon_usb2>;
506497
};

0 commit comments

Comments
 (0)