Commit 5be66d2d authored by Satya Priya's avatar Satya Priya Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: pm8350c: Add pwm support

parent 3d0e375b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -29,6 +29,13 @@
			interrupt-controller;
			#interrupt-cells = <2>;
		};

		pm8350c_pwm: pwm@e800 {
			compatible = "qcom,pm8350c-pwm";
			reg = <0xe800>;
			#pwm-cells = <2>;
			status = "disabled";
		};
	};
};