mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user