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

Commit 4721e0ad authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ab2c5e34 5b477caf
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";
};