Re: [U-Boot] [Question about ppc4xx]

2008-08-25 Thread Stefan Roese
On Saturday 23 August 2008, 김영순 wrote: > I'm working on my custum board based on SEQUOIA. > > I'd like to use SPI & IIC in my linux application. First this is the wrong mailing list then. Its about U-Boot questions and you are asking about Linux I2C and SPI support. I suggest you move this over t

Re: [U-Boot] [Question about ppc4xx]

2008-08-24 Thread Wolfgang Denk
Dear =?ks_c_5601-1987?B?sei/tbz4?=, In message <[EMAIL PROTECTED]> you wrote: > > I'm working on my custum board based on SEQUOIA. > I'd like to use SPI & IIC in my linux application. > Where should I start?? I can tell you where *NOT* to start: on a mailing list like the U-Boot list where your

[U-Boot] [Question about ppc4xx]

2008-08-23 Thread 김영순
Hello there.. I'm working on my custum board based on SEQUOIA. I'd like to use SPI & IIC in my linux application. Where should I start?? Do I have to make my own driver to read & write via SPI & IIC?? Or, are there any usefull drivers in the kernel or somewhere?? If it is, how can I use them?