[source] lantiq: fix dts compatible string
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 29 13:38:39 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/9fc9fbeb97a96d1218914daba281ecc9c443b24b
commit 9fc9fbeb97a96d1218914daba281ecc9c443b24b
Author: Thomas Nixon <tom at tomn.co.uk>
AuthorDate: Fri Dec 29 20:04:08 2017 +0000
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 at tomn.co.uk>
[fix the compat string of the P2601HNFX as well]
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/lantiq/dts/DM200.dts | 2 +-
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 62eb908..eef4084 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 a24eb3e..1b885ad 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 {
More information about the lede-commits
mailing list