Răsfoiți Sursa

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 <[email protected]>
Adrian Schmutzler 5 ani în urmă
părinte
comite
e329e71c69
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi

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

@@ -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>;