mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
AM335X FDT: use the oma3-wdt string for compatibility with Linux.
Submitted by: andrew MFC after: 1 week
This commit is contained in:
parent
6ff33bb6aa
commit
5aed7446fe
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
};
|
||||
|
||||
wdt1@44E35000 {
|
||||
compatible = "ti,wdt";
|
||||
compatible = "ti,omap3-wdt";
|
||||
reg = <0x44E35000 0x1000>;
|
||||
interrupts = <91>;
|
||||
interrupt-parent = <&AINTC>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue