]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 15 Jun 2024 17:49:04 +0000 (19:49 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 26 Jun 2024 16:57:21 +0000 (18:57 +0200)
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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406152004.F2fNnorG-lkp@intel.com/
Link: https://lore.kernel.org/r/20240615174904.39012-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts

index eb1ec85aba28bade102b2ed88ff179c41e3583ec..e6a18954e449e4b665bfb9ad8c67761347a93204 100644 (file)
 
        extcon_usb1: extcon_usb1 {
                compatible = "linux,extcon-usb-gpio";
-               ti,enable-id-detection;
                id-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
        };
 };