diff options
author | Mathias Kresin <dev@kresin.me> | 2018-08-22 06:40:28 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-23 22:40:59 +0200 |
commit | b88e03e2d49327225e4350711a38443c39d81b0b (patch) | |
tree | e8a211d21b2f0e7b2529e0c6f5e9b020b25e025b | |
parent | 28de86e8169597a70905211e41c8e9b38aab97f0 (diff) | |
download | upstream-b88e03e2d49327225e4350711a38443c39d81b0b.tar.gz upstream-b88e03e2d49327225e4350711a38443c39d81b0b.tar.bz2 upstream-b88e03e2d49327225e4350711a38443c39d81b0b.zip |
ramips: fix GL-MT300N-V2 SoC compatible
According to abbfcc85259a ("ramips: add support for GL-inet
GL-MT300N-V2") the board has a MediaTek MT7628AN. Change the SoC
compatible to match the used hardware.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | target/linux/ramips/dts/GL-MT300N-V2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/GL-MT300N-V2.dts b/target/linux/ramips/dts/GL-MT300N-V2.dts index 852b7b5323..61e5fa01e1 100644 --- a/target/linux/ramips/dts/GL-MT300N-V2.dts +++ b/target/linux/ramips/dts/GL-MT300N-V2.dts @@ -6,7 +6,7 @@ #include <dt-bindings/input/input.h> /{ - compatible = "glinet,gl-mt300n-v2", "ralink,mt7620an-soc"; + compatible = "glinet,gl-mt300n-v2", "mediatek,mt7628an-soc"; model = "GL-MT300N-V2"; aliases { |