Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ce1b3c5 authored by Guoping Yu's avatar Guoping Yu
Browse files

ARM: dts: msm: set cd-gpio flag to 0 for msm8916 QRD



Set the cd-gpio flag to 0, so that the interrupt is
low actived according to the hardware design.

Change-Id: I249b06ba4b71d984686a66942d2bd0f9280251f0
Signed-off-by: default avatarGuoping Yu <guopingy@codeaurora.org>
parent e7ba90fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
			1 &intc 0 221 0
			2 &msm_gpio 38 0>;
	interrupt-names = "hc_irq", "pwr_irq", "status_irq";
	cd-gpios = <&msm_gpio 38 0x1>;
	cd-gpios = <&msm_gpio 38 0x0>;

	status = "ok";
};