Message ID | 1468970566-24498-9-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt b/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt new file mode 100644 index 0000000..05c7331 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt @@ -0,0 +1,12 @@ +Device-Tree bindings for hi6210 HDMI audio codec + +Required properties: + - compatible: should be "hisilicon,hi6210-hdmi-audio-codec". + - #sound-dai-cells: should be <0>. + +Example node: + +hi6210_hdmi_codec: hi6210_hdmi_codec { + compatible = "hisilicon,hi6210-hdmi-audio-codec"; + #sound-dai-cells = <0>; +};
Adds DT bindings documentation for the hi6210-hdmi-audio-codec driver. Signed-off-by: John Stultz <john.stultz@linaro.org> --- .../bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt -- 1.9.1