[source] ramips: fix Sercomm NA930 compatible string
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 28 08:11:09 PDT 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/7e2ad9cbb855abd660d72d2127b7440bd282db85
commit 7e2ad9cbb855abd660d72d2127b7440bd282db85
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