diff options
author | John Crispin <john@openwrt.org> | 2014-11-15 14:35:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-15 14:35:32 +0000 |
commit | c073bf6bdf74db663dddf7806c2fd2488f836be8 (patch) | |
tree | e31b334f247223d3215e47eb86f4ead459c62f47 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | ce1c580efbc0427c7e2e4eca7ddc738fae518aea (diff) | |
download | upstream-c073bf6bdf74db663dddf7806c2fd2488f836be8.tar.gz upstream-c073bf6bdf74db663dddf7806c2fd2488f836be8.tar.bz2 upstream-c073bf6bdf74db663dddf7806c2fd2488f836be8.zip |
ralink: few updates tot he sdhci probe code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43275
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 3223e162bd..bb52c6aabe 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -165,6 +165,16 @@ reset-names = "host"; }; + sdhci@10130000 { + compatible = "ralink,mt7620-sdhci"; + reg = <0x10130000 4000>; + + interrupt-parent = <&intc>; + interrupts = <14>; + + status = "disabled"; + }; + ehci@101c0000 { compatible = "ralink,rt3xxx-ehci"; reg = <0x101c0000 0x1000>; |