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 <akhilrajeev@nvidia.com>
Change-Id: I635db5b0e465b7dbe8f8fc79331ac7ec9f6bbbd8
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/t23x-generic-dts/+/2855760
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Akhil R
2023-02-09 14:16:50 +05:30
committed by Laxman Dewangan
parent 7dba78d931
commit 7848e867d0

View File

@@ -33,7 +33,7 @@
reg = <0x02190000 0x10000>, /* WDT0 */ reg = <0x02190000 0x10000>, /* WDT0 */
<0x02090000 0x10000>, /* TMR0 */ <0x02090000 0x10000>, /* TMR0 */
<0x02080000 0x10000>; /* TKE */ <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,watchdog-index = <0>;
nvidia,timer-index = <7>; nvidia,timer-index = <7>;
nvidia,enable-on-init; nvidia,enable-on-init;