]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: tegra: add SDHCI support for Dalmore
authorRhyland Klein <rklein@nvidia.com>
Wed, 20 Feb 2013 18:35:15 +0000 (13:35 -0500)
committerStephen Warren <swarren@nvidia.com>
Tue, 12 Mar 2013 18:47:25 +0000 (12:47 -0600)
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>
arch/arm/boot/dts/tegra114-dalmore.dts

index a29342536e99277f0e27a836d257e09ba8b65179..a61974e02190ee7574aa49283b623a0746946008 100644 (file)
        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";
+       };
 };