lantiq: fix dts compatible string
authorThomas Nixon <tom@tomn.co.uk>
Fri, 29 Dec 2017 20:04:08 +0000 (20:04 +0000)
committerMathias Kresin <dev@kresin.me>
Fri, 29 Dec 2017 21:32:26 +0000 (22:32 +0100)
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>
target/linux/lantiq/dts/DM200.dts
target/linux/lantiq/dts/P2601HNFX.dts

index 62eb9081396259d7c7132986df7497983b008ab0..eef4084915e946a8ef1c7d5250da30cf3c273d09 100644 (file)
@@ -5,7 +5,7 @@
 #include <dt-bindings/input/input.h>
 
 / {
 #include <dt-bindings/input/input.h>
 
 / {
-       compatible = "netgear,dm200", "lantiq,xway", "lantiq,ar9";
+       compatible = "netgear,dm200", "lantiq,xway", "lantiq,vr9";
        model = "Netgear DM200";
 
        chosen {
        model = "Netgear DM200";
 
        chosen {
index a24eb3ee5bbef0354aaf5f4238b2d057392ddb01..1b885ad84135ecd8b5317fb9a5776c2dfa384a6e 100644 (file)
@@ -5,7 +5,7 @@
 #include <dt-bindings/input/input.h>
 
 / {
 #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 {
        model = "ZyXEL P-2601HN-Fx";
 
        chosen {