Skip to content

Commit 79d2abe

Browse files
barni2000gregkh
authored andcommitted
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon
[ Upstream commit 7966460 ] GPIO pin 102 is related to DisplayPort what is not supported by this device and it is also disabled at downstream, remove the unnecessary extcon-usb node. Fixes: 9b1a6c9 ("arm64: dts: qcom: sm6125: Initial support for xiaomi-ginkgo") Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Link: https://lore.kernel.org/r/20260126-xiaomi-willow-v3-4-aad7b106c311@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent fc39bf2 commit 79d2abe

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
};
7878
};
7979

80-
extcon_usb: extcon-usb {
81-
compatible = "linux,extcon-usb-gpio";
82-
id-gpios = <&tlmm 102 GPIO_ACTIVE_HIGH>;
83-
};
84-
8580
gpio-keys {
8681
compatible = "gpio-keys";
8782

@@ -304,7 +299,3 @@
304299
&usb3 {
305300
status = "okay";
306301
};
307-
308-
&usb3_dwc3 {
309-
extcon = <&extcon_usb>;
310-
};

0 commit comments

Comments
 (0)