[PATCH V3 1/2] of: Add generic device tree DMA helpers
Arnd Bergmann
arnd at arndb.de
Sat Jun 16 16:56:49 EST 2012
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 at 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
More information about the devicetree-discuss
mailing list