diff options
author | Dominik Kobinski <[email protected]> | 2021-11-25 23:02:44 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-01-31 14:56:21 -0600 |
commit | 02964a7244bae61a60e0ab15526a51f9e974bb4e (patch) | |
tree | 39169e95ac1f155a49d5eeff2d088d6f7d927a02 | |
parent | d88198fcb540268e2165d2d1eecca005ca5fc394 (diff) |
ARM: dts: qcom: pm8226: Support SPMI regulators on PMIC sid 1
The PM8226 PMIC has SPMI regulators on the PMIC SID 1:
add the spmi vregs compatible to probe them.
Suggested-by: Ivaylo Ivanov <[email protected]>
Signed-off-by: Dominik Kobinski <[email protected]>>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-pm8226.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi b/arch/arm/boot/dts/qcom-pm8226.dtsi index d9e2e02b295f..58ce56592e17 100644 --- a/arch/arm/boot/dts/qcom-pm8226.dtsi +++ b/arch/arm/boot/dts/qcom-pm8226.dtsi @@ -47,6 +47,10 @@ #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>; |