[POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers.
authorScott Wood <scottwood@freescale.com>
Mon, 26 Mar 2007 20:52:24 +0000 (15:52 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 12 Apr 2007 17:55:15 +0000 (03:55 +1000)
dt_xlate_reg() uses the ranges properties of a node's parentage to find
the absolute physical address of the node's registers.

The ns16550 driver uses this when no virtual-reg property is found.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found