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

ASoC: es7134: update DT binding with new compatible and supplies

Update the documentation to add support for the es7154 and
optional power supplies phandles.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jerome Brunet and committed by
Mark Brown
c9445d94 df61f9f7

+6 -1
+6 -1
Documentation/devicetree/bindings/sound/everest,es7134.txt
··· 1 1 ES7134 i2s DA converter 2 2 3 3 Required properties: 4 - - compatible : "everest,es7134" or "everest,es7144" 4 + - compatible : "everest,es7134" or 5 + "everest,es7144" or 6 + "everest,es7154" 7 + - VDD-supply : regulator phandle for the VDD supply 8 + - PVDD-supply: regulator phandle for the PVDD supply for the es7154 5 9 6 10 Example: 7 11 8 12 i2s_codec: external-codec { 9 13 compatible = "everest,es7134"; 14 + VDD-supply = <&vcc_5v>; 10 15 };