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/MT7628.dts | |
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/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"; }; |