Message ID | 20241211035403.4157760-1-wenst@chromium.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 6f4a0fd03ce856c6d9811429b9969b4f27e2eaee |
Headers | show |
Series | ASoC: dt-bindings: realtek,rt5645: Fix CPVDD voltage comment | expand |
On Wed, Dec 11, 2024 at 11:54:02AM +0800, Chen-Yu Tsai wrote: > Both the ALC5645 and ALC5650 datasheets specify a recommended voltage of > 1.8V for CPVDD, not 3.5V. > > Fix the comment. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, 11 Dec 2024 11:54:02 +0800, Chen-Yu Tsai wrote: > Both the ALC5645 and ALC5650 datasheets specify a recommended voltage of > 1.8V for CPVDD, not 3.5V. > > Fix the comment. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: realtek,rt5645: Fix CPVDD voltage comment commit: 6f4a0fd03ce856c6d9811429b9969b4f27e2eaee All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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:
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> --- Documentation/devicetree/bindings/sound/realtek,rt5645.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)