Skip to content

Commit cd36744

Browse files
committed
arm64: dts: qcom: msm8953: fix cd-gpios
Correct cd-gpios because xiaomi-daisy using GPIO_ACTIVE_HIGH at downstream. Signed-off-by: Barnabás Czémán <[email protected]>
1 parent 5be9170 commit cd36744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
};
219219

220220
&sdhc_2 {
221-
cd-gpios = <&tlmm 133 GPIO_ACTIVE_LOW>;
221+
cd-gpios = <&tlmm 133 GPIO_ACTIVE_HIGH>;
222222
};
223223

224224
&sound_card {

0 commit comments

Comments
 (0)