ARM: dts: msm: Change cd-gpio polarity setting for HDK Sun

According to Sun HDK HW design, the logic level of cd-gpio
is HIGH with card and is LOW without card. Set cd-gpio flag to
GPIO_ACTIVE_HIGH for high active card installed interruption.

Change-Id: Ia70a08df70119dafea8dd7b75e68fc50fd2b76d2
Signed-off-by: Jun Li <quic_liju@quicinc.com>
This commit is contained in:
Jun Li
2024-04-09 17:45:56 +08:00
parent a6dd336db4
commit 25c010e8c1

View File

@@ -5,6 +5,10 @@
#include "sun-qrd-sku1-v8.dtsi" #include "sun-qrd-sku1-v8.dtsi"
&sdhc_2 {
cd-gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>;
};
&qupv3_se4_spi { &qupv3_se4_spi {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;