From: Rhyland Klein Date: Wed, 20 Feb 2013 18:35:15 +0000 (-0500) Subject: ARM: tegra: add SDHCI support for Dalmore X-Git-Tag: next-20130320~7^2^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6643b7e2dc2b22e690bf00b4108204dbc0dc937c;p=karo-tx-linux.git ARM: tegra: add SDHCI support for Dalmore Dalmore has a built-in eMMC device and a user-accessible SD card slot. Add device tree nodes to enable these. Based on changes by: Pritesh Raithatha Signed-off-by: Rhyland Klein [swarren: added commit description, fixed DT node sort order] Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index a29342536e99..a61974e02190 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -721,4 +721,15 @@ pmc { nvidia,invert-interrupt; }; + + sdhci@78000400 { + cd-gpios = <&gpio 170 1>; /* gpio PV2 */ + bus-width = <4>; + status = "okay"; + }; + + sdhci@78000600 { + bus-width = <8>; + status = "okay"; + }; };