diff options
author | Rob Herring <robh@kernel.org> | 2020-08-26 12:48:49 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-09-03 12:18:16 -0600 |
commit | 2dab430a8e712d64124bbe1f45dce8794b3d1003 (patch) | |
tree | 690401f466064393d72e195a126e815749259354 /Documentation | |
parent | 7ba58fff001da7e7296dbed8ddc13212300d1c57 (diff) | |
download | linux-2dab430a8e712d64124bbe1f45dce8794b3d1003.tar.bz2 |
dt-bindings: sound: 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>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200826184851.3431531-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@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"; - }; |