On Mon, Jan 30, 2012 at 04:27:51PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > at91sam9m10g45ek: > add dataflash support > usb_a9g20: > add mmc spi support > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> > Cc: [email protected] > --- > diff --git a/arch/arm/boot/dts/usb_a9g20.dts b/arch/arm/boot/dts/usb_a9g20.dts > index e6c7970..1dfb7a9 100644 > --- a/arch/arm/boot/dts/usb_a9g20.dts > +++ b/arch/arm/boot/dts/usb_a9g20.dts > @@ -84,6 +84,17 @@ > status = "okay"; > }; > > + spi1: spi@fffcc000 { > + status = "okay"; > + mmc-slot@0 { > + compatible = "mmc-spi-slot"; > + ncs-gpio = <&pioB 3 0>; > + gpios = <&pioC 4 0 /* CD */ > + >;
Drop the above ncs-gpios line, but otherwise: Acked-by: Grant Likely <[email protected]> > + voltage-ranges = <3200 3400>; > + spi-max-frequency = <20000000>; > + }; > + }; > }; > }; > }; _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
