diff options
author | Rob Herring <robh@kernel.org> | 2020-08-26 12:48:49 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-01 22:26:46 +0100 |
commit | 08dd413b9ddf253ec3ee783a0a21df3754823be9 (patch) | |
tree | 285356980e7084c6dde4f3b863874f24af9ff0a8 /Documentation | |
parent | 8e7875ae373a3690397c4e593629d3b9ad5ccf42 (diff) | |
download | linux-08dd413b9ddf253ec3ee783a0a21df3754823be9.tar.gz |
ASoC: Remove unused 'linux,hdmi-audio'
The binding was added in 2013 and has had no driver since 2015.
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200826184851.3431531-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/hdmi.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/devicetree/bindings/sound/hdmi.txt b/Documentation/devicetree/bindings/sound/hdmi.txt deleted file mode 100644 index 56407c30e954..000000000000 --- a/Documentation/devicetree/bindings/sound/hdmi.txt +++ /dev/null @@ -1,16 +0,0 @@ -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"; - }; |