Skip to content

Commit

Permalink
ramips: fix GL-MT300N-V2 SoC compatible
Browse files Browse the repository at this point in the history
According to abbfcc8 ("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>
  • Loading branch information
mkresin committed Aug 23, 2018
1 parent 4ffed01 commit 446dccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/GL-MT300N-V2.dts
Expand Up @@ -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 {
Expand Down

0 comments on commit 446dccc

Please sign in to comment.