Re: [PATCH] SPI: Use fsl_spi instead of mpc83xx_spi

2007-10-03 Thread David Gibson
On Wed, Oct 03, 2007 at 06:00:37PM +0200, Peter Korsgaard wrote: > > "Grant" == Grant Likely <[EMAIL PROTECTED]> writes: > > Hi, > > >> - compatible = "mpc83xx_spi"; > >> + compatible = "fsl_spi"; > > Grant> Compatible is a list property; this m

Re: [PATCH] SPI: Use fsl_spi instead of mpc83xx_spi

2007-10-03 Thread Peter Korsgaard
> "Grant" == Grant Likely <[EMAIL PROTECTED]> writes: Hi, >> - compatible = "mpc83xx_spi"; >> + compatible = "fsl_spi"; Grant> Compatible is a list property; this might be more appropriate: Grant> compatible = "fsl,mpc8313_spi", "fsl_spi"; Fi

Re: [PATCH] SPI: Use fsl_spi instead of mpc83xx_spi

2007-10-03 Thread Grant Likely
On 10/3/07, Peter Korsgaard <[EMAIL PROTECTED]> wrote: > According to booting-without-of.txt, compatible should be "fsl_spi" and > mode "cpu" or "qe" for the fsl SPI controllers. > > Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> > --- > arch/powerpc/boot/dts/mpc8313erdb.dts|4 ++-- >

[PATCH] SPI: Use fsl_spi instead of mpc83xx_spi

2007-10-03 Thread Peter Korsgaard
According to booting-without-of.txt, compatible should be "fsl_spi" and mode "cpu" or "qe" for the fsl SPI controllers. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8313erdb.dts|4 ++-- arch/powerpc/boot/dts/mpc8349emitx.dts |4 ++-- arch/powerpc/b