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

Commit ad75f0a2 authored by Kavya Nunna's avatar Kavya Nunna
Browse files

ARM: dts: msm: update extcon and slaveid for vbus-detect node



update extcon in usb and slaveid for interrupts in
vbus-detect node for pmxprairie.

Change-Id: I42e7cfb06d16663c868ac982e97fd6a80453c8bc
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent 12eeab95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@
	vbus_detect: qcom,pmd-vbus-det {
		compatible = "qcom,pmd-vbus-det";
		interrupt-parent = <&spmi_bus>;
		interrupts = <0x0 0x0d 0x0 IRQ_TYPE_NONE>;
		interrupts = <0x8 0x0d 0x0 IRQ_TYPE_NONE>;
		interrupt-names = "usb_vbus";
		status = "disabled";
	};
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
};

&usb {
	/delete-property/ extcon;
	extcon = <&vbus_detect>;
};

&spmi_bus {