mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
17 lines
264 B
Text
17 lines
264 B
Text
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";
|
|
status = "okay";
|
|
};
|