Thread (1 message) 1 message, 1 author, 2012-06-16

[PATCH V3 1/2] of: Add generic device tree DMA helpers

From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-06-16 06:56:49
Also in: linux-devicetree, linux-omap

On Friday 15 June 2012, Mitch Bradley wrote:
quoted
              #address-cells =<1>;
              #size-cells =<1>;
              ranges;
In light of the reg entries below, perhaps #size-cells=0 ?
quoted

              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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help