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

Commit fef86e71 authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

ARM: dts: msm: Add support to detect VBUS for sdxlemur

SDXLemur uses the VBUS_DET peripheral on PMX65. Add support for it.

Change-Id: I184e6618efc761a29532306d0a177e9d8a716aeb
parent a96e9005
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -34,6 +34,13 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		vbus_detect: qcom,pmd-vbus-det@1500 {
			compatible = "qcom,pmd-vbus-det";
			reg = <0x1500>;
			interrupts = <0x1 0x15 0x0 IRQ_TYPE_EDGE_BOTH>;
			interrupt-names = "usb_vbus";
		};
	};
};