ARM: DRA7/ OMAP5: implement Auxiliary Control Register configuration
[oweals/u-boot.git] / arch / arm / dts / tegra30-tamonten.dtsi
index 50d5762311e16ad1374849754ad292c51ece64fc..8eff627f3d0ba546309d2127323aa2bbbe5aca99 100644 (file)
@@ -8,6 +8,10 @@
                reg = <0x80000000 0x40000000>;
        };
 
+       chosen {
+               stdout-path = &uartd;
+       };
+
        aliases {
                i2c0 = "/i2c@7000c000";
                i2c1 = "/i2c@7000c700";
@@ -51,8 +55,8 @@
 
        /* SD slot on the base board */
        sdhci@78000400 {
-               cd-gpios = <&gpio 69 1>; /* gpio PI5 */
-               wp-gpios = <&gpio 67 0>; /* gpio PI3 */
+               cd-gpios = <&gpio TEGRA_GPIO(I, 5) GPIO_ACTIVE_LOW>;
+               wp-gpios = <&gpio TEGRA_GPIO(I, 3) GPIO_ACTIVE_HIGH>;
                bus-width = <4>;
        };