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

Commit 0c6a7dc8 authored by Sarthak Garg's avatar Sarthak Garg
Browse files

ARM: dts: msm: Add wakeup support for SDIO

Add wakeup support for SDIO.

Change-Id: I5c894c6c8f08357c3481d78d7569a23d7f01d2f4
parent a39320f6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -25,5 +25,16 @@
	pinctrl-0 = <&sdc2_on &sdc2_wlan_gpio_active>;
	pinctrl-1 = <&sdc2_off &sdc2_wlan_gpio_sleep>;

	enable-sdio-wakeup;
	#address-cells = <0>;
	interrupt-parent = <&sdhc_1>;
	interrupts = <0 1 2>;
	#interrupt-cells = <1>;
	interrupt-map-mask = <0xffffffff>;
	interrupt-map = <0 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH
			1 &intc GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH
			2 &tlmm_pinmux 93 IRQ_TYPE_LEVEL_HIGH>;
	interrupt-names = "hc_irq", "pwr_irq", "sdiowakeup_irq";

	status = "ok";
};
+11 −0
Original line number Diff line number Diff line
@@ -25,5 +25,16 @@
	pinctrl-0 = <&sdc2_on &sdc2_wlan_gpio_active>;
	pinctrl-1 = <&sdc2_off &sdc2_wlan_gpio_sleep>;

	enable-sdio-wakeup;
	#address-cells = <0>;
	interrupt-parent = <&sdhc_1>;
	interrupts = <0 1 2>;
	#interrupt-cells = <1>;
	interrupt-map-mask = <0xffffffff>;
	interrupt-map = <0 &intc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH
			1 &intc GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH
			2 &tlmm_pinmux 93 IRQ_TYPE_LEVEL_HIGH>;
	interrupt-names = "hc_irq", "pwr_irq", "sdiowakeup_irq";

	status = "ok";
};