From 8d3207ca248d4877936878171f68be2485f3f71e Mon Sep 17 00:00:00 2001 From: Rhyland Klein Date: Wed, 20 Feb 2013 13:35:15 -0500 Subject: [PATCH] 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 --- arch/arm/boot/dts/tegra114-dalmore.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 34cc87ea3410..952302e1b838 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -721,6 +721,17 @@ nvidia,invert-interrupt; }; + sdhci@78000400 { + cd-gpios = <&gpio 170 1>; /* gpio PV2 */ + bus-width = <4>; + status = "okay"; + }; + + sdhci@78000600 { + bus-width = <8>; + status = "okay"; + }; + clocks { compatible = "simple-bus"; #address-cells = <1>; -- 2.39.2