aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorStefan Koch <stefan.koch10@gmail.com>2016-10-22 12:09:45 +0200
committerJohn Crispin <john@phrozen.org>2016-10-26 12:37:46 +0200
commitb760afa09a25dffe88dc0a227dcd7f6a43b08e45 (patch)
treeb0436462f8dcd8f30271bbf8b4bfee911cc3b745 /target/linux/lantiq/dts
parent85fbffd74b806e4fce6d78145a8a33b2e0d2872c (diff)
downloadupstream-b760afa09a25dffe88dc0a227dcd7f6a43b08e45.tar.gz
upstream-b760afa09a25dffe88dc0a227dcd7f6a43b08e45.tar.bz2
upstream-b760afa09a25dffe88dc0a227dcd7f6a43b08e45.zip
lantiq: danube fxs bugfix: changed compatible attribute of vmmc
This bugfix enables FXS support on dabube based devices. Changed "compatible" attribute from "vmmc" to "vmmc-xway". The vmmc driver uses "vmmc-xway". Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/danube.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi
index c32ffbec09..ea40970f21 100644
--- a/target/linux/lantiq/dts/danube.dtsi
+++ b/target/linux/lantiq/dts/danube.dtsi
@@ -73,7 +73,7 @@
vmmc@107000 {
status = "disabled";
- compatible = "lantiq,vmmc";
+ compatible = "lantiq,vmmc-xway";
reg = <0x103000 0x400>;
interrupt-parent = <&icu0>;
interrupts = <150 151 152 153 154 155>;