From: Thomas Nixon Date: Fri, 29 Dec 2017 20:04:08 +0000 (+0000) Subject: lantiq: fix dts compatible string X-Git-Tag: v18.06.0-rc1~1452 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9fc9fbeb97a96d1218914daba281ecc9c443b24b 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 [fix the compat string of the P2601HNFX as well] Signed-off-by: Mathias Kresin --- 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 / { - 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 / { - compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,danube"; + compatible = "zyxel,p-2601hn", "lantiq,xway", "lantiq,ar9"; model = "ZyXEL P-2601HN-Fx"; chosen {