Skip to content

Commit

Permalink
arm64: tegra: Use correct compatible string for Tegra194 HDA
Browse files Browse the repository at this point in the history
The Tegra194 HDA controller is not backwards-compatible with Tegra30, so
drop the corresponding compatible string from the list.

Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Nov 21, 2022
1 parent 3d5d63e commit 7f0ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/nvidia/tegra194.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@
};

hda@3510000 {
compatible = "nvidia,tegra194-hda", "nvidia,tegra30-hda";
compatible = "nvidia,tegra194-hda";
reg = <0x3510000 0x10000>;
interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA194_CLK_HDA>,
Expand Down

0 comments on commit 7f0ea5a

Please sign in to comment.