Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dt-bindings: ES8389: Add property about power supply

Add VDDA supply and VDDD supply

Signed-off-by: Zhang Yi <zhangyi@everest-semi.com>
Link: https://patch.msgid.link/20260105091548.4196-2-zhangyi@everest-semi.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Zhang Yi and committed by
Mark Brown
163eb876 9ace4753

+12
+12
Documentation/devicetree/bindings/sound/everest,es8389.yaml
··· 30 30 "#sound-dai-cells": 31 31 const: 0 32 32 33 + vdda-supply: 34 + description: 35 + Analogue power supply. 36 + 37 + vddd-supply: 38 + description: 39 + Interface power supply. 40 + 33 41 required: 34 42 - compatible 35 43 - reg 36 44 - "#sound-dai-cells" 45 + - vddd-supply 46 + - vdda-supply 37 47 38 48 additionalProperties: false 39 49 ··· 56 46 compatible = "everest,es8389"; 57 47 reg = <0x10>; 58 48 #sound-dai-cells = <0>; 49 + vddd-supply = <&vdd3v3>; 50 + vdda-supply = <&vdd3v3>; 59 51 }; 60 52 };