arm64: dts: qcom: sc7280-herobrine-audio-rt5682: add missing supplies
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 17 Feb 2023 15:58:37 +0000 (16:58 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 23 Mar 2023 14:27:51 +0000 (07:27 -0700)
Bindings expect DBVDD-supply and LDO1-IN-supply:

  sc7280-herobrine-evoker-lte.dtb: codec@1a: 'DBVDD-supply' is a required property
  sc7280-herobrine-evoker-lte.dtb: codec@1a: 'LDO1-IN-supply' is a required property

In sc7180-trogdor.dtsi they come from the same regulator, so let's
assume intention was the same here.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230217155838.848403-2-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682-3mic.dtsi
arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682.dtsi

index 1ca11a1..485f994 100644 (file)
@@ -94,6 +94,8 @@ hp_i2c: &i2c2 {
                interrupts = <101 IRQ_TYPE_EDGE_BOTH>;
 
                AVDD-supply = <&pp1800_alc5682>;
+               DBVDD-supply = <&pp1800_alc5682>;
+               LDO1-IN-supply = <&pp1800_alc5682>;
                MICVDD-supply = <&pp3300_codec>;
 
                realtek,dmic1-data-pin = <1>;
index 69e7aa7..8b85534 100644 (file)
@@ -76,6 +76,8 @@ hp_i2c: &i2c2 {
                interrupts = <101 IRQ_TYPE_EDGE_BOTH>;
 
                AVDD-supply = <&pp1800_alc5682>;
+               DBVDD-supply = <&pp1800_alc5682>;
+               LDO1-IN-supply = <&pp1800_alc5682>;
                MICVDD-supply = <&pp3300_codec>;
 
                realtek,dmic1-data-pin = <1>;