This patch adds the devicetree documentation for the ZTE zx296702 HDMI audio codec binding.
Signed-off-by: Jun Nie jun.nie@linaro.org --- Documentation/devicetree/bindings/sound/zte,zx-hdmi.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/zte,zx-hdmi.txt
diff --git a/Documentation/devicetree/bindings/sound/zte,zx-hdmi.txt b/Documentation/devicetree/bindings/sound/zte,zx-hdmi.txt new file mode 100644 index 0000000..624d75d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/zte,zx-hdmi.txt @@ -0,0 +1,10 @@ +ZTE HDMI ASoC codec binding + +Required properties: + - compatible : Must be "zte,hdmi-audio" + +Example: + acodec: acodec { + #sound-dai-cells = <0>; + compatible = "zte,hdmi-audio"; + };