diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-15 14:35:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-15 14:35:32 +0000 |
commit | ad6de5d9150983f2e2bf99b0d1e7e5ffee5e86b7 (patch) | |
tree | 0d6155d266f3f7a71ca61c4538e054e67ddcbcf2 /target/linux/ramips/dts/MT7628.dts | |
parent | 30492476b8000a75174119f2d347bd1569fd0452 (diff) | |
download | upstream-ad6de5d9150983f2e2bf99b0d1e7e5ffee5e86b7.tar.gz upstream-ad6de5d9150983f2e2bf99b0d1e7e5ffee5e86b7.tar.bz2 upstream-ad6de5d9150983f2e2bf99b0d1e7e5ffee5e86b7.zip |
ralink: few updates tot he sdhci probe code
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/MT7628.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7628.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/MT7628.dts b/target/linux/ramips/dts/MT7628.dts index 9542117e19..80a75db7a2 100644 --- a/target/linux/ramips/dts/MT7628.dts +++ b/target/linux/ramips/dts/MT7628.dts @@ -53,6 +53,10 @@ }; }; + sdhci@10130000 { + status = "okay"; + }; + pcie@10140000 { status = "okay"; }; |