diff options
author | Thomas Nixon <tom@tomn.co.uk> | 2017-12-29 20:04:08 +0000 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-29 22:32:26 +0100 |
commit | 9fc9fbeb97a96d1218914daba281ecc9c443b24b (patch) | |
tree | d6640ec1ee7bf44f6c44278ac8cf6d67c16106a4 | |
parent | 0f72690a2df92d8701b96c55c870be22704cc7c7 (diff) | |
download | upstream-9fc9fbeb97a96d1218914daba281ecc9c443b24b.tar.gz upstream-9fc9fbeb97a96d1218914daba281ecc9c443b24b.tar.bz2 upstream-9fc9fbeb97a96d1218914daba281ecc9c443b24b.zip |
lantiq: fix dts compatible string
This was broken in 7bab49fd ("lantiq: add compatible strings to dts
files"), causing for the dm200 garbled serial output during boot, and
likely other issues.
Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
[fix the compat string of the P2601HNFX as well]
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | target/linux/lantiq/dts/DM200.dts | 2 | ||||
-rw-r--r-- | target/linux/lantiq/dts/P2601HNFX.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/DM200.dts b/target/linux/lantiq/dts/DM200.dts index 62eb908139..eef4084915 100644 --- a/target/linux/lantiq/dts/DM200.dts +++ b/target/linux/lantiq/dts/DM200.dts @@ -5,7 +5,7 @@ #include <dt-bindings/input/input.h> / { - compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9"; + compatible = "netgear,dm200", "lantiq,xway", "lantiq,vr9"; model = "Netgear DM200"; chosen { diff --git a/target/linux/lantiq/dts/P2601HNFX.dts b/target/linux/lantiq/dts/P2601HNFX.dts index a24eb3ee5b..1b885ad841 100644 --- a/target/linux/lantiq/dts/P2601HNFX.dts +++ b/target/linux/lantiq/dts/P2601HNFX.dts @@ -5,7 +5,7 @@ #include <dt-bindings/input/input.h> / { - compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube"; + compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,ar9"; model = "ZyXEL P-2601HN-Fx"; chosen { |