diff options
author | Stefan Koch <stefan.koch10@gmail.com> | 2016-10-22 12:09:45 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-26 12:37:46 +0200 |
commit | b760afa09a25dffe88dc0a227dcd7f6a43b08e45 (patch) | |
tree | b0436462f8dcd8f30271bbf8b4bfee911cc3b745 /target | |
parent | 85fbffd74b806e4fce6d78145a8a33b2e0d2872c (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/lantiq/dts/danube.dtsi | 2 |
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>; |