diff options
author | Andy Shevchenko | 2019-06-25 23:52:04 +0300 |
---|---|---|
committer | Bin Meng | 2019-08-09 22:24:02 +0800 |
commit | 42ef7079224abc7c6073c0bab63f3aa6fffd5d00 (patch) | |
tree | d3b7627f469d8ccf81729b0a12d002d8e84069ed /arch | |
parent | fef408679b2f634ebfd6298d9fc99db99e60fb1d (diff) |
x86: edison: Enable SD slot
Enable SD slot on Intel Edison platform.
By default firmware doesn't put device on active state. Thus,
we have to do this explicitly.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/dts/edison.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index c0487656d3f..df24aa0d26a 100644 --- a/arch/x86/dts/edison.dts +++ b/arch/x86/dts/edison.dts @@ -84,15 +84,10 @@ reg = <0xff3fc000 0x1000>; }; -/* - * FIXME: For now U-Boot DM model doesn't allow to power up this controller. - * Enabling it will make U-Boot hang. - * sdcard: mmc@ff3fa000 { compatible = "intel,sdhci-tangier"; reg = <0xff3fa000 0x1000>; }; - */ pmu: power@ff00b000 { compatible = "intel,pmu-mid"; |