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

Commit a60a072c authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Andy Gross
Browse files

arm64: dts: qcom: pms405: add spmi regulators



The PMS405 sports 5 SMPS and 13 LDO regulators, add the regulators to
pms405 DTS.

Signed-off-by: default avatarJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Signed-off-by: default avatarKhasim Syed Mohammed <khasim.mohammed@linaro.org>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
[bjorn: updated label]
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>

Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent cd3dbe2a
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -131,4 +131,15 @@
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
			interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>;
		};
		};
	};
	};

	pms405_1: pms405@1 {
		compatible = "qcom,spmi-pmic";
		reg = <0x1 SPMI_USID>;
		#address-cells = <1>;
		#size-cells = <0>;

		pms405_spmi_regulators: regulators {
			compatible = "qcom,pms405-regulators";
		};
	};
};
};