diff options
author | Dmitry Baryshkov <[email protected]> | 2024-04-09 17:28:12 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-20 13:00:20 -0500 |
commit | defac2c098965534e36e257cf80712c54207d99b (patch) | |
tree | 3fd1c5e7946d860fef1d03601c86c93030e47554 | |
parent | 254c101efde79ecf1264ba49be9cb9366542f150 (diff) |
arm64: dts: qcom: sm8350-hdk: add USB-C orientation GPIO
Define the USB-C orientation GPIO so that the USB-C port orientation is
known without having to resort to the altmode notifications.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts index b43d264ed42b..4c25ab2f5670 100644 --- a/arch/arm64/boot/dts/qcom/sm8350-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8350-hdk.dts @@ -42,6 +42,7 @@ compatible = "qcom,sm8350-pmic-glink", "qcom,pmic-glink"; #address-cells = <1>; #size-cells = <0>; + orientation-gpios = <&tlmm 81 GPIO_ACTIVE_HIGH>; connector@0 { compatible = "usb-c-connector"; |