]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: tegra: transformer-20: fix audio-codec interrupt
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 6 Sep 2025 06:29:32 +0000 (09:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:34:05 +0000 (15:34 -0500)
[ Upstream commit 3f973d78d176768fa7456def97f0b9824235024f ]

Correct audio-codec interrupt should be PX3 while PX1 is used for external
microphone detection.

Tested-by: Winona Schroeer-Smith <wolfizen@wolfizen.net> # ASUS SL101
Tested-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> # ASUS TF101
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/nvidia/tegra20-asus-tf101.dts

index 676ed51aa2ceeef19d1b4e7dd7ff03cc9fdf2fdf..f0e7284fa7c36684c6d83224a132c996be718358 100644 (file)
                        reg = <0x1a>;
 
                        interrupt-parent = <&gpio>;
-                       interrupts = <TEGRA_GPIO(X, 1) IRQ_TYPE_EDGE_BOTH>;
+                       interrupts = <TEGRA_GPIO(X, 3) IRQ_TYPE_EDGE_BOTH>;
 
                        gpio-controller;
                        #gpio-cells = <2>;