commit | 6e1af384f1c1742ae6d86bbf779d4fa020c509bc | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Mar 26 15:52:24 2007 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Fri Apr 13 03:55:15 2007 +1000 |
tree | e07f1cc421fdc4e51847d26bb9bdccc53341e1cc | |
parent | dbf8eefa2b814d6922492120bfa46d4bc42ceb20 [diff] |
[POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers. 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>