From bc3683905677f6c31f2673d2033a3a5d140043a0 Mon Sep 17 00:00:00 2001 From: Kartik Date: Wed, 11 Oct 2023 13:33:40 +0000 Subject: [PATCH] arm64: tegra: Use correct interrupts for Tegra234 TKE The shared interrupts 0-9 of the TKE are mapped to interrupts 0-9, but shared interrupts 10-15 are mapped to 256-261. Correct the mapping for the final 6 interrupts. This prevents the TKE from requesting the RTC interrupt (along with several GTE and watchdog interrupts). Bug 4173986 Change-Id: I5357b9c57d0d01345da54e78a8d8d4506ac8971d Reported-by: Shubhi Garg Fixes: 28d860ed02c2 ("arm64: tegra: Enable native timers on Tegra234") Signed-off-by: Thierry Reding Tested-by: Kartik Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2995358 Reviewed-by: Jonathan Hunter Reviewed-by: Kartik Rajput Tested-by: Kartik Rajput --- tegra234.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tegra234.dtsi b/tegra234.dtsi index 64a9d0d..dad3f53 100644 --- a/tegra234.dtsi +++ b/tegra234.dtsi @@ -43,12 +43,12 @@ , , , - , - , - , - , - , - ; + , + , + , + , + , + ; status = "okay"; };