[source] ramips: fix Sercomm NA930 compatible string

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 2 15:50:56 PST 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/2c4d81310f0c1e23c8c89227c59d6c48ce689da5

commit 2c4d81310f0c1e23c8c89227c59d6c48ce689da5
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Feb 2 22:35:59 2017 +0100

    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 at 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 522bc75..a5393e2 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 {



More information about the lede-commits mailing list