ath79: fix syntax error in ar7240_tplink_tl-wa.dtsi

The node needs to be terminated by a semicolon.

Fixes: 8484a764df20 ("ath79: ar724x: make sure builtin-switch is
enabled in DT")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Adrian Schmutzler 2020-08-17 18:26:55 +02:00 committed by maurerr
parent 81759a53b8
commit 69f01ea7b8

View File

@ -11,7 +11,7 @@
&eth0 { &eth0 {
compatible = "syscon", "simple-mfd"; compatible = "syscon", "simple-mfd";
} };
&eth1 { &eth1 {
mtd-mac-address = <&uboot 0x1fc00>; mtd-mac-address = <&uboot 0x1fc00>;