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

Commit 5b477caf authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Add support for regulator down notifications on Scuba

Add support for event notifications incase of a regulator
down on Scuba.

Change-Id: I2b621b8cce6737d6d62a2b56fa62c8b83ceebbe6
parent 9cbc40a0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,3 +8,9 @@
	compatible = "qcom,scuba-qrd", "qcom,scuba", "qcom,qrd";
	qcom,board-id = <0x1000B 0>;
};

&qusb_phy0 {
	notifier = <&tlmm 88 GPIO_ACTIVE_HIGH>;
	interrupts-extended = <&tlmm 88 GPIO_ACTIVE_HIGH>;
	interrupt-names = "notifier_irq";
};