1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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@kresin.me>
This commit is contained in:
Mathias Kresin 2017-04-26 19:45:38 +02:00
parent e5bbead1a8
commit bd2727fb25
3 changed files with 4 additions and 6 deletions

@ -1,6 +1,6 @@
/dts-v1/; /dts-v1/;
#include "ZBT-WG3526.dtsi" #include "ZBT-WE826.dtsi"
/ { / {
compatible = "zbtlink,zbt-we826-16m", "zbtlink,zbt-we826", "ralink,mt7620a-soc"; compatible = "zbtlink,zbt-we826-16m", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
@ -9,4 +9,4 @@
&firmware { &firmware {
reg = <0x50000 0xfb0000>; reg = <0x50000 0xfb0000>;
}; };

@ -1,6 +1,6 @@
/dts-v1/; /dts-v1/;
#include "ZBT-WG3526.dtsi" #include "ZBT-WE826.dtsi"
/ { / {
compatible = "zbtlink,zbt-we826-32m", "zbtlink,zbt-we826", "ralink,mt7620a-soc"; compatible = "zbtlink,zbt-we826-32m", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
@ -9,4 +9,4 @@
&firmware { &firmware {
reg = <0x50000 0x1fb0000>; reg = <0x50000 0x1fb0000>;
}; };

@ -1,5 +1,3 @@
/dts-v1/;
#include "mt7620a.dtsi" #include "mt7620a.dtsi"
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>