diff options
author | 2025-03-06 18:50:35 +0100 | |
---|---|---|
committer | 2025-03-07 17:08:33 +0100 | |
commit | 294630d81ad65333e5d4ad3efcb82dcad6177e6b (patch) | |
tree | 5cae0209419a2c0c9ebe193c18f7b91be8630cd9 | |
parent | dt-bindings: display: tegra: Document Tegra124 MIPI (diff) | |
download | wireguard-linux-294630d81ad65333e5d4ad3efcb82dcad6177e6b.tar.xz wireguard-linux-294630d81ad65333e5d4ad3efcb82dcad6177e6b.zip |
dt-bindings: Document Tegra114 HDA support
The HDA hardware on Tegra114 is almost identical to the one found on
Tegra30 or Tegra124. Add a compatible string to allow matching in case
it's ever needed. Typically the match on Tegra30 should be sufficient.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml index 12c31b4b99e1..3ca9affb79a2 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml @@ -28,6 +28,7 @@ properties: - nvidia,tegra186-hda - nvidia,tegra210-hda - nvidia,tegra124-hda + - nvidia,tegra114-hda - const: nvidia,tegra30-hda - items: - const: nvidia,tegra132-hda |