Commit 722326c4 authored by Suman Anna's avatar Suman Anna Committed by Tony Lindgren

ARM: dts: DRA7: Enable Timers 13 through 16

The Timers 13 through 16 have been added previously in
disabled state. These timers are common timers that are
present on all DRA7 family of SoCs, so enable these
devices by default like the rest of the DMTimers.
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 296ea972
...@@ -826,7 +826,6 @@ timer13: timer@48828000 { ...@@ -826,7 +826,6 @@ timer13: timer@48828000 {
reg = <0x48828000 0x80>; reg = <0x48828000 0x80>;
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "timer13"; ti,hwmods = "timer13";
status = "disabled";
}; };
timer14: timer@4882a000 { timer14: timer@4882a000 {
...@@ -834,7 +833,6 @@ timer14: timer@4882a000 { ...@@ -834,7 +833,6 @@ timer14: timer@4882a000 {
reg = <0x4882a000 0x80>; reg = <0x4882a000 0x80>;
interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "timer14"; ti,hwmods = "timer14";
status = "disabled";
}; };
timer15: timer@4882c000 { timer15: timer@4882c000 {
...@@ -842,7 +840,6 @@ timer15: timer@4882c000 { ...@@ -842,7 +840,6 @@ timer15: timer@4882c000 {
reg = <0x4882c000 0x80>; reg = <0x4882c000 0x80>;
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "timer15"; ti,hwmods = "timer15";
status = "disabled";
}; };
timer16: timer@4882e000 { timer16: timer@4882e000 {
...@@ -850,7 +847,6 @@ timer16: timer@4882e000 { ...@@ -850,7 +847,6 @@ timer16: timer@4882e000 {
reg = <0x4882e000 0x80>; reg = <0x4882e000 0x80>;
interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "timer16"; ti,hwmods = "timer16";
status = "disabled";
}; };
wdt2: wdt@4ae14000 { wdt2: wdt@4ae14000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment