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

Commit d4afebe2 authored by Bao D. Nguyen's avatar Bao D. Nguyen
Browse files

ARM: dts: msm: Fix SDCC's interrupt setting

Fix the SD card's interrupt polarity and trigger type setting.
This fix also helps avoid unwanted uart warning and error
messages during the sdhci's probe.

Change-Id: Id72348ecb77462e3e77208e1493adb02168f3b92
parent 514cd500
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3131,7 +3131,8 @@
		reg = <0x8804000 0x1000>;
		reg-names = "hc_mem";

		interrupts = <0 204 0>, <0 222 0>;
		interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "hc_irq", "pwr_irq";

		qcom,bus-width = <4>;