Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / everest,es7134.txt
1 ES7134 i2s DA converter
2
3 Required properties:
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
9
10 Example:
11
12 i2s_codec: external-codec {
13         compatible = "everest,es7134";
14         VDD-supply = <&vcc_5v>;
15 };