ath79: fix syntax error in ar7240_tplink_tl-wa.dtsi
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 17 Aug 2020 16:26:55 +0000 (18:26 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 17 Aug 2020 16:29:03 +0000 (18:29 +0200)
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>
(cherry picked from commit e329e71c6915ffdf7fe99efc323a6de7867d0cbe)

target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi

index 7f671ee4bfd0a906cbf97aa72a99796ac666cce4..7ec0469dcd6683a429fc202e7f43a0b0aee6c0f1 100644 (file)
@@ -11,7 +11,7 @@
 
 &eth0 {
        compatible = "syscon", "simple-mfd";
-}
+};
 
 &eth1 {
        mtd-mac-address = <&uboot 0x1fc00>;