From 7848e867d0f49112db14b762962b615616a2acbf Mon Sep 17 00:00:00 2001 From: Akhil R Date: Thu, 9 Feb 2023 14:16:50 +0530 Subject: [PATCH] t23x: overlay: Correct watchdog interrupts property Correct the interrupts property in watchdog DT node to use 3 cells Bug 3971873 Signed-off-by: Akhil R Change-Id: I635db5b0e465b7dbe8f8fc79331ac7ec9f6bbbd8 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/t23x-generic-dts/+/2855760 Tested-by: mobile promotions Reviewed-by: mobile promotions --- overlay/tegra234-soc-overlay.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/tegra234-soc-overlay.dtsi b/overlay/tegra234-soc-overlay.dtsi index a96816a..7005dcb 100644 --- a/overlay/tegra234-soc-overlay.dtsi +++ b/overlay/tegra234-soc-overlay.dtsi @@ -33,7 +33,7 @@ reg = <0x02190000 0x10000>, /* WDT0 */ <0x02090000 0x10000>, /* TMR0 */ <0x02080000 0x10000>; /* TKE */ - interrupts = <7 0x4 8 0x4>; /* TKE shared int */ + interrupts = <0 7 0x4 0 8 0x4>; /* TKE shared int */ nvidia,watchdog-index = <0>; nvidia,timer-index = <7>; nvidia,enable-on-init;