mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: qcom: sc7280-herobrine-audio-rt5682: add missing supplies
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
This commit is contained in:
parent
45875db5cc
commit
11c0d37d4c
|
|
@ -94,6 +94,8 @@ alc5682: codec@1a {
|
|||
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>;
|
||||
|
|
|
|||
|
|
@ -76,6 +76,8 @@ alc5682: codec@1a {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user