Skip to content

Commit 7f5ac6d

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra: Add HDA node on Tegra114
Add HDA device binding. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Link: https://lore.kernel.org/r/20250226105615.61087-5-clamor95@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 645b331 commit 7f5ac6d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm/boot/dts/nvidia/tegra114.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,21 @@
577577
#iommu-cells = <1>;
578578
};
579579

580+
hda@70030000 {
581+
compatible = "nvidia,tegra114-hda", "nvidia,tegra30-hda";
582+
reg = <0x70030000 0x10000>;
583+
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
584+
clocks = <&tegra_car TEGRA114_CLK_HDA>,
585+
<&tegra_car TEGRA114_CLK_HDA2HDMI>,
586+
<&tegra_car TEGRA114_CLK_HDA2CODEC_2X>;
587+
clock-names = "hda", "hda2hdmi", "hda2codec_2x";
588+
resets = <&tegra_car 125>, /* hda */
589+
<&tegra_car 128>, /* hda2hdmi */
590+
<&tegra_car 111>; /* hda2codec_2x */
591+
reset-names = "hda", "hda2hdmi", "hda2codec_2x";
592+
status = "disabled";
593+
};
594+
580595
ahub@70080000 {
581596
compatible = "nvidia,tegra114-ahub";
582597
reg = <0x70080000 0x200>,

0 commit comments

Comments
 (0)