diff options
author | Mathias Kresin <dev@kresin.me> | 2017-02-02 22:35:59 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-03 00:46:03 +0100 |
commit | 2c4d81310f0c1e23c8c89227c59d6c48ce689da5 (patch) | |
tree | 1a9fbc9fbe361502ab05da5f3d03a79f2155dfcb /target/linux | |
parent | 2281f9929beb79d4cd89e4d3796e61f752cf4c0a (diff) | |
download | upstream-2c4d81310f0c1e23c8c89227c59d6c48ce689da5.tar.gz upstream-2c4d81310f0c1e23c8c89227c59d6c48ce689da5.tar.bz2 upstream-2c4d81310f0c1e23c8c89227c59d6c48ce689da5.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/NA930.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |