From 7e2ad9cbb855abd660d72d2127b7440bd282db85 Mon Sep 17 00:00:00 2001 From: Mathias Kresin 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 --- 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 / { - compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc"; + compatible = "ralink,mt7620a-soc"; model = "Sercomm NA930"; chosen { -- 2.30.2