Re: Example dts file

2009-04-17 Thread David Gibson
FPGA connected to the PCI bus, and > > I'm a bit unsure how to describe this in the dts file. The FPGA implements > > an SD card core, RTC core, Nand core... Can anyone point me to an example > > dts file I can refer to? > > If it is attached to the PCI bus, then you

Re: Example dts file

2009-04-17 Thread Grant Likely
in the dts file. The FPGA implements > an SD card core, RTC core, Nand core... Can anyone point me to an example > dts file I can refer to? If it is attached to the PCI bus, then you don't need to describe it in the .dts file. PCI can reliably probe for devices. Your driver should know what

Example dts file

2009-04-17 Thread Eddie Dawydiuk
e point me to an example dts file I can refer to? I've read that I'm not required to describe every PCI device in the system. Although I'd like to eventually submit our changes for upstream support, so as far as I know I do need to specify all of these devices in the dts file,