diff options
| author | Chen-Yu Tsai <wenst@chromium.org> | 2024-12-11 11:54:02 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-02 10:34:15 +0100 |
| commit | 3b0f5d3e5ebda725f7c4351ba488ac18d5846e4d (patch) | |
| tree | c6d022d1ab8afcb14567e7c652b730228148a27a | |
| parent | f4d68bdfaef6a0d4619a821154f49f8f1c2a80d4 (diff) | |
| download | linux-3b0f5d3e5ebda725f7c4351ba488ac18d5846e4d.tar.gz linux-3b0f5d3e5ebda725f7c4351ba488ac18d5846e4d.tar.bz2 linux-3b0f5d3e5ebda725f7c4351ba488ac18d5846e4d.zip | |
ASoC: dt-bindings: realtek,rt5645: Fix CPVDD voltage comment
commit 6f4a0fd03ce856c6d9811429b9969b4f27e2eaee upstream.
Both the ALC5645 and ALC5650 datasheets specify a recommended voltage of
1.8V for CPVDD, not 3.5V.
Fix the comment.
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Fixes: 26aa19174f0d ("ASoC: dt-bindings: rt5645: add suppliers")
Fixes: 83d43ab0a1cb ("ASoC: dt-bindings: realtek,rt5645: Convert to dtschema")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20241211035403.4157760-1-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/realtek,rt5645.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml index 13f09f1bc800..0a698798c22b 100644 --- a/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml +++ b/Documentation/devicetree/bindings/sound/realtek,rt5645.yaml @@ -51,7 +51,7 @@ properties: description: Power supply for AVDD, providing 1.8V. cpvdd-supply: - description: Power supply for CPVDD, providing 3.5V. + description: Power supply for CPVDD, providing 1.8V. hp-detect-gpios: description: |
