4da722ca19
Pretty much any node can have a status property, so it doesn't need to be in examples. Converted with the following command and removed examples with SoC and board specific splits: git grep -l -E 'status.*=.*' Documentation/devicetree/ | xargs sed -i -E '/\sstatus.*=.*"(disabled|ok|okay)/d' Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
17 lines
245 B
Plaintext
17 lines
245 B
Plaintext
Device-Tree bindings for dummy HDMI codec
|
|
|
|
Required properties:
|
|
- compatible: should be "linux,hdmi-audio".
|
|
|
|
CODEC output pins:
|
|
* TX
|
|
|
|
CODEC input pins:
|
|
* RX
|
|
|
|
Example node:
|
|
|
|
hdmi_audio: hdmi_audio@0 {
|
|
compatible = "linux,hdmi-audio";
|
|
};
|