Message ID | 20211125220244.62586-1-dominikkobinski314@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add pm8226 SPMI regulators | expand |
On Thu, 25 Nov 2021 23:02:44 +0100, Dominik Kobinski wrote: > The PM8226 PMIC has SPMI regulators on the PMIC SID 1: > add the spmi vregs compatible to probe them. > > Applied, thanks! [1/1] arm: dts: qcom: pm8226: Support SPMI regulators on PMIC sid 1 commit: 02964a7244bae61a60e0ab15526a51f9e974bb4e Best regards,
diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi b/arch/arm/boot/dts/qcom-pm8226.dtsi index 25780c8fa2e9..49c2fac6f287 100644 --- a/arch/arm/boot/dts/qcom-pm8226.dtsi +++ b/arch/arm/boot/dts/qcom-pm8226.dtsi @@ -62,6 +62,10 @@ pm8226_1: pm8226@1 { #address-cells = <1>; #size-cells = <0>; + pm8226_spmi_regulators: pm8226-regulators { + compatible = "qcom,pm8226-regulators"; + }; + pm8226_vib: vibrator@c000 { compatible = "qcom,pm8916-vib"; reg = <0xc000>;
The PM8226 PMIC has SPMI regulators on the PMIC SID 1: add the spmi vregs compatible to probe them. Suggested-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> Signed-off-by: Dominik Kobinski <dominikkobinski314@gmail.com>> --- This patch is based on changes done in the following patches : - https://patchwork.kernel.org/project/linux-arm-msm/patch/20211118210210.160895-3-luca@z3ntu.xyz/ - https://patchwork.kernel.org/project/linux-arm-msm/patch/20211122235230.2467246-1-jm5112356@gmail.com/ - https://patchwork.kernel.org/project/linux-arm-msm/patch/20211123003256.2467776-1-jm5112356@gmail.com/ arch/arm/boot/dts/qcom-pm8226.dtsi | 4 ++++ 1 file changed, 4 insertions(+)