Skip to content

Commit

Permalink
Merge pull request openwrt#142 from kochstefan/feature_bugfixvmmc
Browse files Browse the repository at this point in the history
lantiq: danube fxs bugfix: changed compatible attribute of vmmc
  • Loading branch information
wigyori authored Jan 16, 2017
2 parents 05d4b92 + 5e150bb commit 4e53a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/lantiq/dts/danube.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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>;
Expand Down

0 comments on commit 4e53a6e

Please sign in to comment.