Skip to content

Commit

Permalink
ARM: tegra: add SDHCI support for Dalmore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rhyland Klein authored and Stephen Warren committed Apr 4, 2013
1 parent 933d87a commit 8d3207c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/tegra114-dalmore.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 8d3207c

Please sign in to comment.