Re: [U-Boot] [PATCH 2/4] x86: Document irq router device tree bindings

2015-05-20 Thread Simon Glass
On 20 May 2015 at 03:06, Bin Meng wrote: > Hi Andy, > > On Wed, May 20, 2015 at 4:06 PM, Andy Pont wrote: >> Hi Bin, >> >>> + "pci": IRQ routing is controlled by PCI configuraiton registers >> ^^^ >> >> One small typo to correct. >> >

Re: [U-Boot] [PATCH 2/4] x86: Document irq router device tree bindings

2015-05-20 Thread Bin Meng
Hi Andy, On Wed, May 20, 2015 at 4:06 PM, Andy Pont wrote: > Hi Bin, > >> + "pci": IRQ routing is controlled by PCI configuraiton registers > ^^^ > > One small typo to correct. > Thanks for pointing it out. I found myself easy to spel

Re: [U-Boot] [PATCH 2/4] x86: Document irq router device tree bindings

2015-05-20 Thread Andy Pont
Hi Bin, > + "pci": IRQ routing is controlled by PCI configuraiton registers ^^^ One small typo to correct. Andy. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

[U-Boot] [PATCH 2/4] x86: Document irq router device tree bindings

2015-05-20 Thread Bin Meng
Describe all required properties needed by the irq router device tree. Signed-off-by: Bin Meng --- doc/device-tree-bindings/misc/intel,irq-router.txt | 50 ++ 1 file changed, 50 insertions(+) create mode 100644 doc/device-tree-bindings/misc/intel,irq-router.txt diff --git