diff options
author | Stephan Gerhold <[email protected]> | 2023-06-14 09:15:59 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-06-14 08:03:32 -0700 |
commit | dce9254511d6c9ea0d5ed7e4f21e6206e2ca35ce (patch) | |
tree | 7448cf9c9ef047c8db86a526e7efdab7905f168e | |
parent | d34654f54ebad11263cf7c411d8c60cd8941e2d4 (diff) |
arm64: dts: qcom: msm8939-pm8916: Add missing pm8916_codec supplies
Update for recent changes to pm8916.dtsi in commit 38218822a72f
("arm64: dts: qcom: pm8916: Move default regulator "-supply"s")
and add the now missing pm8916_codec supplies to msm8939-pm8916.dtsi
as well.
Signed-off-by: Stephan Gerhold <[email protected]>
Reviewed-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi index 33e02f42f5e4..503c2dd5fe47 100644 --- a/arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi @@ -25,6 +25,12 @@ pll-supply = <&pm8916_l7>; }; +&pm8916_codec { + vdd-cdc-io-supply = <&pm8916_l5>; + vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>; + vdd-micbias-supply = <&pm8916_l13>; +}; + &rpm_requests { smd_rpm_regulators: regulators { compatible = "qcom,rpm-pm8916-regulators"; |