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

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

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

parents 3698b691 fef86e71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ PROPERTIES
- compatible:
    Usage: required
    Value type: <string>
    Definition: Should contain "qcom,pm8941-misc";
    Definition: Should contain "qcom,pm8941-misc" or "qcom,pmd-vbus-det";

- reg:
    Usage: required
+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";
		};
	};
};