]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'mmc/mmc-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 8 Jan 2014 02:24:12 +0000 (13:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 8 Jan 2014 02:27:30 +0000 (13:27 +1100)
1  2 
MAINTAINERS
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

diff --cc MAINTAINERS
Simple merge
index 91e5dd43537fcc1031935da919b49e4d703f0b3c,b8ee305a25a9df912509118064216deba74bba6a..c072d465655a0fb973ecc00da7e5f0752b17483d
                                MX6QDL_PAD_ENET_CRS_DV__GPIO1_IO25 0x80000000
                        >;
                };
 +
 +              pinctrl_audmux: audmuxgrp {
 +                      fsl,pins = <MX6QDL_AUDMUX_PINGRP2>;
 +              };
 +
 +              pinctrl_ecspi1: ecspi1grp {
 +                      fsl,pins = <MX6QDL_ECSPI1_PINGRP2>;
 +              };
 +
 +              pinctrl_enet: enetgrp {
 +                      fsl,pins = <MX6QDL_ENET_PINGRP1>;
 +              };
 +
 +              pinctrl_gpio_keys: gpio_keysgrp {
 +                      fsl,pins = <
 +                              MX6QDL_PAD_EIM_D29__GPIO3_IO29 0x80000000
 +                              MX6QDL_PAD_GPIO_4__GPIO1_IO04  0x80000000
 +                              MX6QDL_PAD_GPIO_5__GPIO1_IO05  0x80000000
 +                      >;
 +              };
 +
 +              pinctrl_i2c1: i2c1grp {
 +                      fsl,pins = <MX6QDL_I2C1_PINGRP2>;
 +              };
 +
 +              pinctrl_i2c2: i2c2grp {
 +                      fsl,pins = <MX6QDL_I2C2_PINGRP2>;
 +              };
 +
 +              pinctrl_i2c3: i2c3grp {
 +                      fsl,pins = <MX6QDL_I2C3_PINGRP2>;
 +              };
 +
 +              pinctrl_pwm1: pwm1grp {
 +                      fsl,pins = <MX6QDL_PWM1_PINGRP1>;
 +              };
 +
 +              pinctrl_uart1: uart1grp {
 +                      fsl,pins = <MX6QDL_UART1_PINGRP1>;
 +              };
 +
 +              pinctrl_usbotg: usbotggrp {
 +                      fsl,pins = <MX6QDL_USBOTG_PINGRP2>;
 +              };
 +
 +              pinctrl_usdhc2: usdhc2grp {
 +                      fsl,pins = <MX6QDL_USDHC2_PINGRP_D8>;
 +              };
 +
 +              pinctrl_usdhc3: usdhc3grp {
 +                      fsl,pins = <MX6QDL_USDHC3_PINGRP_D8>;
 +              };
++
++              pinctrl_usdhc4: usdhc4grp {
++                      fsl,pins = <MX6QDL_USDHC4_PINGRP_D8>;
++              };
        };
  };
  
        wp-gpios = <&gpio2 1 0>;
        status = "okay";
  };
 -      pinctrl-0 = <&pinctrl_usdhc4_1>;
+ &usdhc4 {
+       pinctrl-names = "default";
++      pinctrl-0 = <&pinctrl_usdhc4>;
+       bus-width = <8>;
+       non-removable;
+       no-1-8-v;
+       status = "okay";
+ };