OSDN Git Service

ASoC: es7134: update DT binding with new compatible and supplies
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 3 Jul 2018 15:05:58 +0000 (17:05 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 3 Jul 2018 15:32:48 +0000 (16:32 +0100)
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>
Documentation/devicetree/bindings/sound/everest,es7134.txt

index 5495a3c..0916660 100644 (file)
@@ -1,10 +1,15 @@
 ES7134 i2s DA converter
 
 Required properties:
-- compatible : "everest,es7134" or "everest,es7144"
+- compatible : "everest,es7134" or
+               "everest,es7144" or
+              "everest,es7154"
+- VDD-supply : regulator phandle for the VDD supply
+- PVDD-supply: regulator phandle for the PVDD supply for the es7154
 
 Example:
 
 i2s_codec: external-codec {
        compatible = "everest,es7134";
+       VDD-supply = <&vcc_5v>;
 };