[PATCH 04/19] ARM: ux500: Add SDI (MMC) support to the HREF Device Tree

Arnd Bergmann arnd at arndb.de
Fri Sep 7 08:29:31 EDT 2012


On Friday 07 September 2012, Lee Jones wrote:
> +               // External Micro SD slot
> +               sdi at 80126000 {
> +                       arm,primecell-periphid = <0x10480180>;
> +                       max-frequency = <50000000>;
> +                       bus-width = <8>;
> +                       mmc-cap-sd-highspeed;
> +                       mmc-cap-mmc-highspeed;
> +                       vmmc-supply = <&ab8500_ldo_aux3_reg>;
> +
> +                       #gpio-cells = <1>;
> +                       cd-gpios  = <&gpio2 31 0x4>; // 95
> +
> +                       status = "okay";
> +               };
> +

The #gpio-cells property seems misplaced here.

	Arnd



More information about the linux-arm-kernel mailing list