Skip to content

Commit

Permalink
ARM: dts: am57xx: remove extcon_usb1
Browse files Browse the repository at this point in the history
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. <[email protected]>
Signed-off-by: Roger Quadros <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
  • Loading branch information
Roger Quadros authored and nsekhar committed Apr 7, 2016
1 parent a3c2c59 commit a3f4b98
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@
#cooling-cells = <2>;
};

extcon_usb1: extcon_usb1 {
compatible = "linux,extcon-usb-gpio";
id-gpio = <&gpio7 25 GPIO_ACTIVE_HIGH>;
};

hdmi0: connector {
compatible = "hdmi-connector";
label = "hdmi";
Expand Down Expand Up @@ -497,10 +492,6 @@
dr_mode = "host";
};

&omap_dwc3_1 {
extcon = <&extcon_usb1>;
};

&omap_dwc3_2 {
extcon = <&extcon_usb2>;
};
Expand Down

0 comments on commit a3f4b98

Please sign in to comment.