diff options
author | Rhyland Klein <rklein@nvidia.com> | 2013-02-20 13:35:15 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-04 19:17:40 -0400 |
commit | 8d3207ca248d4877936878171f68be2485f3f71e (patch) | |
tree | 76be3bb51c3ba082ce18551e9e7cab8012815f2c /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | 933d87a56e3379479ff399a11899830b341809de (diff) |
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 <praithatha@nvidia.com>
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
[swarren: added commit description, fixed DT node sort order]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
721 | nvidia,invert-interrupt; | 721 | nvidia,invert-interrupt; |
722 | }; | 722 | }; |
723 | 723 | ||
724 | sdhci@78000400 { | ||
725 | cd-gpios = <&gpio 170 1>; /* gpio PV2 */ | ||
726 | bus-width = <4>; | ||
727 | status = "okay"; | ||
728 | }; | ||
729 | |||
730 | sdhci@78000600 { | ||
731 | bus-width = <8>; | ||
732 | status = "okay"; | ||
733 | }; | ||
734 | |||
724 | clocks { | 735 | clocks { |
725 | compatible = "simple-bus"; | 736 | compatible = "simple-bus"; |
726 | #address-cells = <1>; | 737 | #address-cells = <1>; |