ramips: ZBT-WE826: include the correct dtsi
authorMathias Kresin <dev@kresin.me>
Wed, 26 Apr 2017 17:45:38 +0000 (19:45 +0200)
committerMathias Kresin <dev@kresin.me>
Thu, 27 Apr 2017 07:39:34 +0000 (09:39 +0200)
Fix a copy/paste error and include the ZBT-WE826 dtsi instead of the
ZBT-WG3526 one.

Fix the syntax error in the ZBT-WE826 dtsi to prevent an compile error.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/dts/ZBT-WE826-16M.dts
target/linux/ramips/dts/ZBT-WE826-32M.dts
target/linux/ramips/dts/ZBT-WE826.dtsi

index de3c4c135df25e545c487e57c6e94c143bc6674b..a27cefd86dc371764d5a7b10de8f65f93b40228f 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-#include "ZBT-WG3526.dtsi"
+#include "ZBT-WE826.dtsi"
 
 / {
        compatible = "zbtlink,zbt-we826-16m", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
@@ -9,4 +9,4 @@
 
 &firmware {
        reg = <0x50000 0xfb0000>;
-};
\ No newline at end of file
+};
index c8383cbb6480182ad1cef1e8d8bdf9db8a4ced40..6fde2183d7f0332afcbdd8ab9bcbe2465a51bd82 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-#include "ZBT-WG3526.dtsi"
+#include "ZBT-WE826.dtsi"
 
 / {
        compatible = "zbtlink,zbt-we826-32m", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
@@ -9,4 +9,4 @@
 
 &firmware {
        reg = <0x50000 0x1fb0000>;
-};
\ No newline at end of file
+};
index 62ea4195a8579a0dd0a5cc4ce389cdc52a945f3f..02d546cfc66a4389572c982c4625f2a447b40ea3 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "mt7620a.dtsi"
 
 #include <dt-bindings/input/input.h>