Commit e79a1385 authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

arm64: dts: qcom: Add LPG to pm8916, pm8994, pmi8994 and pmi8998



Add PWM/LPG nodes to the PMICs currently supported by the binding.

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: default avatarCaleb Connolly <caleb@connolly.tech>
Reviewed-by: default avatarDylan Van Assche <me@dylanvanassche.be>
Link: https://lore.kernel.org/r/20220505022706.1692554-2-bjorn.andersson@linaro.org
parent d0e285c3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -124,6 +124,14 @@ pm8916_1: pmic@1 {
		#address-cells = <1>;
		#size-cells = <0>;

		pm8916_pwm: pwm {
			compatible = "qcom,pm8916-pwm";

			#pwm-cells = <2>;

			status = "disabled";
		};

		pm8916_vib: vibrator@c000 {
			compatible = "qcom,pm8916-vib";
			reg = <0xc000>;
+10 −0
Original line number Diff line number Diff line
@@ -135,6 +135,16 @@ pmic@1 {
		#address-cells = <1>;
		#size-cells = <0>;

		pm8994_lpg: lpg {
			compatible = "qcom,pm8994-lpg";

			#address-cells = <1>;
			#size-cells = <0>;
			#pwm-cells = <2>;

			status = "disabled";
		};

		pm8994_spmi_regulators: regulators {
			compatible = "qcom,pm8994-regulators";
		};
+10 −0
Original line number Diff line number Diff line
@@ -27,6 +27,16 @@ pmic@3 {
		#address-cells = <1>;
		#size-cells = <0>;

		pmi8994_lpg: lpg {
			compatible = "qcom,pmi8994-lpg";

			#address-cells = <1>;
			#size-cells = <0>;
			#pwm-cells = <2>;

			status = "disabled";
		};

		pmi8994_spmi_regulators: regulators {
			compatible = "qcom,pmi8994-regulators";
			#address-cells = <1>;
+10 −1
Original line number Diff line number Diff line
@@ -42,6 +42,16 @@ lab: lab {
			};
		};

		pmi8998_lpg: lpg {
			compatible = "qcom,pmi8998-lpg";

			#address-cells = <1>;
			#size-cells = <0>;
			#pwm-cells = <2>;

			status = "disabled";
		};

		pmi8998_wled: leds@d800 {
			compatible = "qcom,pmi8998-wled";
			reg = <0xd800>, <0xd900>;
@@ -52,6 +62,5 @@ pmi8998_wled: leds@d800 {

			status = "disabled";
		};

	};
};