From: Stefan Koch Date: Sat, 22 Oct 2016 10:09:45 +0000 (+0200) Subject: lantiq: danube fxs bugfix: changed compatible attribute of vmmc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b760afa09a25dffe88dc0a227dcd7f6a43b08e45;p=openwrt%2Fstaging%2Fkaloz.git 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 --- 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>;