Skip to content

Commit

Permalink
arm64: dts: qcom: msm8953: fix cd-gpios
Browse files Browse the repository at this point in the history
Correct cd-gpios because xiaomi-daisy using
GPIO_ACTIVE_HIGH at downstream.

Signed-off-by: Barnabás Czémán <[email protected]>
  • Loading branch information
barni2000 committed Oct 1, 2024
1 parent 5be9170 commit cd36744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
};

&sdhc_2 {
cd-gpios = <&tlmm 133 GPIO_ACTIVE_LOW>;
cd-gpios = <&tlmm 133 GPIO_ACTIVE_HIGH>;
};

&sound_card {
Expand Down

0 comments on commit cd36744

Please sign in to comment.