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:44:47 +0200 |
commit | 446dccc0005fb8cfe37cf528cb9d1f2b8f35d4d5 (patch) | |
tree | 68042ba769f3661673dacd854d8dfe15d304eed1 /target/linux/ramips | |
parent | 4ffed014a36b3d3ed9d71227adb8158ac8fd7564 (diff) | |
download | upstream-446dccc0005fb8cfe37cf528cb9d1f2b8f35d4d5.tar.gz upstream-446dccc0005fb8cfe37cf528cb9d1f2b8f35d4d5.tar.bz2 upstream-446dccc0005fb8cfe37cf528cb9d1f2b8f35d4d5.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>
Diffstat (limited to 'target/linux/ramips')
-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 ada618f17b..e99d5578f0 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"; chosen { |