mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
mips: dts: ar9132: fix wdt node name
Fixes the following warning: $nodename:0: 'wdt@18060008' does not match '^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$' from schema $id: http://devicetree.org/schemas/watchdog/qca,ar7130-wdt.yaml# Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
10fd82791f
commit
5ae158d31d
|
|
@ -98,7 +98,7 @@ pll: pll-controller@18050000 {
|
|||
clock-output-names = "cpu", "ddr", "ahb";
|
||||
};
|
||||
|
||||
wdt: wdt@18060008 {
|
||||
wdt: watchdog@18060008 {
|
||||
compatible = "qca,ar7130-wdt";
|
||||
reg = <0x18060008 0x8>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user