]> git.kernelconcepts.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>
Thu, 4 Apr 2013 23:17:40 +0000 (17:17 -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 34cc87ea34107613c718719a3b88d63c3e38448a..952302e1b83894c5079fd41ac941592b1b658351 100644 (file)
                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>;