[source] lantiq: danube fxs bugfix: changed compatible attribute of vmmc
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 26 03:46:40 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/b760afa09a25dffe88dc0a227dcd7f6a43b08e45
commit b760afa09a25dffe88dc0a227dcd7f6a43b08e45
Author: Stefan Koch <stefan.koch10 at gmail.com>
AuthorDate: Sat Oct 22 12:09:45 2016 +0200
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 at gmail.com>
---
target/linux/lantiq/dts/danube.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi
index c32ffbe..ea40970 100644
--- a/target/linux/lantiq/dts/danube.dtsi
+++ b/target/linux/lantiq/dts/danube.dtsi
@@ -73,7 +73,7 @@
vmmc at 107000 {
status = "disabled";
- compatible = "lantiq,vmmc";
+ compatible = "lantiq,vmmc-xway";
reg = <0x103000 0x400>;
interrupt-parent = <&icu0>;
interrupts = <150 151 152 153 154 155>;
More information about the lede-commits
mailing list