diff options
author | Felipe Balbi <balbi@ti.com> | 2015-12-30 09:55:46 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2016-02-05 14:16:05 +0900 |
commit | 16b2329cc461fd15350d3cd3713a3b07a272d6ad (patch) | |
tree | b5e95632ae3bad26c6f6df2b5933599d5f3484b6 /arch/arm/boot/dts/am57xx-beagle-x15.dts | |
parent | b7aad8e2685b0aa58295bc4250c8476c9c7193eb (diff) | |
download | lwn-16b2329cc461fd15350d3cd3713a3b07a272d6ad.tar.gz lwn-16b2329cc461fd15350d3cd3713a3b07a272d6ad.zip |
arm: boot: dts: beaglex15: Remove ID GPIO
According to latest schematics [1], this board
leaves ID pin floating. It's not connected to
anything at all.
So let's remove it.
[1] https://github.com/beagleboard/beagleboard-x15/blob/master/BeagleBoard-X15_RevA2.pdf
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-beagle-x15.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index 36c0fa6c362a..8e6bce78a535 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts @@ -560,8 +560,6 @@ extcon_usb2: tps659038_usb { compatible = "ti,palmas-usb-vid"; ti,enable-vbus-detection; - ti,enable-id-detection; - id-gpios = <&gpio7 24 GPIO_ACTIVE_HIGH>; }; }; |