diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-06-15 19:49:04 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2024-06-26 18:57:21 +0200 |
commit | 90b6de4550aac6ac97448d3d26429a0a55dbaa34 (patch) | |
tree | d33cb4f46d6858fbfcaa9fb5f43d979facb650ea | |
parent | 68c402fe5c5e5aa9a04c8bba9d99feb08a68afa7 (diff) |
ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
There is a ti,enable-id-detection property in the Extcon Palmas
(extcon-palmas), but not in the Extcon USB GPIO binding and driver.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts index eb1ec85aba28..e6a18954e449 100644 --- a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts +++ b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts @@ -196,7 +196,6 @@ extcon_usb1: extcon_usb1 { compatible = "linux,extcon-usb-gpio"; - ti,enable-id-detection; id-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>; }; }; |