From 2c4d81310f0c1e23c8c89227c59d6c48ce689da5 Mon Sep 17 00:00:00 2001
From: Mathias Kresin <dev@kresin.me>
Date: Thu, 2 Feb 2017 22:35:59 +0100
Subject: [PATCH] ramips: fix Sercomm NA930 compatible string

The Sercomm NA930 is not a mt7620a evaluation board and shouldn't use
the eval board compatible string.

Signed-off-by: Mathias Kresin <dev@kresin.me>
---
 target/linux/ramips/dts/NA930.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/NA930.dts b/target/linux/ramips/dts/NA930.dts
index 522bc75855..a5393e2a9a 100644
--- a/target/linux/ramips/dts/NA930.dts
+++ b/target/linux/ramips/dts/NA930.dts
@@ -5,7 +5,7 @@
 #include <dt-bindings/input/input.h>
 
 / {
-	compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";
+	compatible = "ralink,mt7620a-soc";
 	model = "Sercomm NA930";
 
 	chosen {
-- 
GitLab