[source] ramips: ZBT-WE826: include the correct dtsi
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 27 00:42:39 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/bd2727fb257dbe2fee2b8eb575f7eabe8758e553
commit bd2727fb257dbe2fee2b8eb575f7eabe8758e553
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Wed Apr 26 19:45:38 2017 +0200
ramips: ZBT-WE826: include the correct dtsi
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 at kresin.me>
---
target/linux/ramips/dts/ZBT-WE826-16M.dts | 4 ++--
target/linux/ramips/dts/ZBT-WE826-32M.dts | 4 ++--
target/linux/ramips/dts/ZBT-WE826.dtsi | 2 --
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/target/linux/ramips/dts/ZBT-WE826-16M.dts b/target/linux/ramips/dts/ZBT-WE826-16M.dts
index de3c4c1..a27cefd 100644
--- a/target/linux/ramips/dts/ZBT-WE826-16M.dts
+++ b/target/linux/ramips/dts/ZBT-WE826-16M.dts
@@ -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
+};
diff --git a/target/linux/ramips/dts/ZBT-WE826-32M.dts b/target/linux/ramips/dts/ZBT-WE826-32M.dts
index c8383cb..6fde218 100644
--- a/target/linux/ramips/dts/ZBT-WE826-32M.dts
+++ b/target/linux/ramips/dts/ZBT-WE826-32M.dts
@@ -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
+};
diff --git a/target/linux/ramips/dts/ZBT-WE826.dtsi b/target/linux/ramips/dts/ZBT-WE826.dtsi
index 62ea419..02d546c 100644
--- a/target/linux/ramips/dts/ZBT-WE826.dtsi
+++ b/target/linux/ramips/dts/ZBT-WE826.dtsi
@@ -1,5 +1,3 @@
-/dts-v1/;
-
#include "mt7620a.dtsi"
#include <dt-bindings/input/input.h>
More information about the lede-commits
mailing list