]> 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:36:50 +0000 (15:36 -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 39008816fe5ee60fdd3112f9ea4073a21858a5be..efd8838f9644fe399e3ffe83061a281575f19d09 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>;