diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2014-12-31 16:57:51 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-27 08:29:45 -0800 |
commit | 25bcda837ac0aaed8fe5706f3e10ba2e76633bbd (patch) | |
tree | 3bc14de68ed0a30bb00449df48fb8b5cb778cd39 /arch/arm/boot | |
parent | 4cb194fd5aa555e65e4af4ddc77315ac59f1520a (diff) |
ARM: dts: berlin: add broken-cd and set bus width for eMMC in Marvell DMP DT
commit 5adba7c2daaecccf377e7ed5a2996caedd5384f1 upstream.
There's no card detection for the eMMC, so this patch adds the missing
broken-cd property. This patch also sets bus width as 8 to add
MMC_CAP_8_BIT_DATA in the Host capabilities.
Fixes: 3047086dfd56 ("ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP")
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts index ea1f99b8eed6..45ac1d04cf42 100644 --- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts +++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts @@ -30,6 +30,8 @@ }; &sdhci2 { + broken-cd; + bus-width = <8>; non-removable; status = "okay"; }; |