On Friday 15 June 2012, Mitch Bradley wrote: > > #address-cells =<1>; > > #size-cells =<1>; > > ranges; > > In light of the reg entries below, perhaps #size-cells=0 ? > > > > > > dmae@0xfe008020{ > > compatible = "renesas,sh-dma"; > > reg =<0xfe008020 0xfe00828f > > 0xfe009000 0xfe00900b> > > interrupts =<0x20c0 0x2000 0x2020 0x2040 0x2060 0x2080 0x20a0>; > > }; > > These are actually ranges I copied from the static resource definitions, I just forgot to change the format from start-end to start-length. It should really be reg =<0xfe008020 0x270 0xfe009000 0xc>; Sorry about that. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html