mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
ARM: dts: ti/omap: omap*: fix watchdog node names
Watchdog nodes should be named watchdog@ and not wdg@. Fix that. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Link: https://patch.msgid.link/20251224093457.558477-1-andreas@kemnade.info Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
9da91ec4a6
commit
1e79c33071
|
|
@ -332,7 +332,7 @@ usb_otg_hs: usb_otg_hs@480ac000 {
|
|||
interrupts = <93>;
|
||||
};
|
||||
|
||||
wd_timer2: wdt@49016000 {
|
||||
wd_timer2: watchdog@49016000 {
|
||||
compatible = "ti,omap2-wdt";
|
||||
ti,hwmods = "wd_timer2";
|
||||
reg = <0x49016000 0x80>;
|
||||
|
|
|
|||
|
|
@ -553,7 +553,7 @@ mmu_iva: mmu@5d000000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
wdt2: wdt@48314000 {
|
||||
wdt2: watchdog@48314000 {
|
||||
compatible = "ti,omap3-wdt";
|
||||
reg = <0x48314000 0x80>;
|
||||
ti,hwmods = "wd_timer2";
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ target-module@30000 { /* 0x40130000, ap 14 0e.0 */
|
|||
ranges = <0x0 0x30000 0x1000>,
|
||||
<0x49030000 0x49030000 0x1000>;
|
||||
|
||||
wdt3: wdt@0 {
|
||||
wdt3: watchdog@0 {
|
||||
compatible = "ti,omap4-wdt", "ti,omap3-wdt";
|
||||
reg = <0x0 0x80>;
|
||||
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
|
|
@ -1133,7 +1133,7 @@ target-module@4000 { /* 0x4a314000, ap 7 18.0 */
|
|||
#size-cells = <1>;
|
||||
ranges = <0x0 0x4000 0x1000>;
|
||||
|
||||
wdt2: wdt@0 {
|
||||
wdt2: watchdog@0 {
|
||||
compatible = "ti,omap4-wdt", "ti,omap3-wdt";
|
||||
reg = <0x0 0x80>;
|
||||
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
|
|
@ -2393,7 +2393,7 @@ target-module@4000 { /* 0x4ae14000, ap 7 14.0 */
|
|||
#size-cells = <1>;
|
||||
ranges = <0x0 0x4000 0x1000>;
|
||||
|
||||
wdt2: wdt@0 {
|
||||
wdt2: watchdog@0 {
|
||||
compatible = "ti,omap5-wdt", "ti,omap3-wdt";
|
||||
reg = <0x0 0x80>;
|
||||
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user