Message ID | 1598190877-9213-1-git-send-email-shengjiu.wang@nxp.com |
---|---|
State | Accepted |
Commit | 5edc8c4fe019b920ae9bd1e3413d66f6e8adf29b |
Headers | show |
Series | [1/2] ASoC: dt-bindings: ak5558: Add power supply property | expand |
On Sun, 23 Aug 2020 21:54:36 +0800, Shengjiu Wang wrote: > AVDD-supply is for Analog power supply > DVDD-supply is for Digital power supply Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: dt-bindings: ak5558: Add power supply property commit: 5edc8c4fe019b920ae9bd1e3413d66f6e8adf29b [2/2] ASoC: ak5558: Add regulator support commit: 2ff6d5a108c6b7c07d1093c38e0def015edd325d 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/ak5558.txt b/Documentation/devicetree/bindings/sound/ak5558.txt index 7d67ca6ced80..36934098170c 100644 --- a/Documentation/devicetree/bindings/sound/ak5558.txt +++ b/Documentation/devicetree/bindings/sound/ak5558.txt @@ -10,6 +10,8 @@ Required properties: Optional properties: - reset-gpios: A GPIO specifier for the power down & reset pin. +- AVDD-supply: Analog power supply +- DVDD-supply: Digital power supply Example:
AVDD-supply is for Analog power supply DVDD-supply is for Digital power supply Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> --- Documentation/devicetree/bindings/sound/ak5558.txt | 2 ++ 1 file changed, 2 insertions(+) -- 2.27.0