diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> | 2021-07-29 00:25:25 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-08-04 15:07:04 -0500 |
commit | 2a1fbb121aa6d87c618f7f345c3c498cb8a65446 (patch) | |
tree | cb553361d58ca38d5868251d8297165e9c873673 /arch/arm64/boot/dts/qcom/pm660l.dtsi | |
parent | 7b56a804e58b1670cb8f17b66543facd21af4dd2 (diff) | |
download | lwn-2a1fbb121aa6d87c618f7f345c3c498cb8a65446.tar.gz lwn-2a1fbb121aa6d87c618f7f345c3c498cb8a65446.zip |
arm64: dts: qcom: pm660l: Support SPMI regulators on PMIC sid 3
The PM660L PMIC has SPMI regulators on the PMIC SID 3: let's add
the compatible in order to probe them.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210728222542.54269-23-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/pm660l.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm660l.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm660l.dtsi b/arch/arm64/boot/dts/qcom/pm660l.dtsi index 83cc92ba441d..64a8e9b9afbe 100644 --- a/arch/arm64/boot/dts/qcom/pm660l.dtsi +++ b/arch/arm64/boot/dts/qcom/pm660l.dtsi @@ -48,6 +48,10 @@ status = "disabled"; }; + + pm660l_spmi_regulators: pm660l-regulators { + compatible = "qcom,pm660l-regulators"; + }; }; }; |