commit | 1c4db8e82808a804751be906e8c14bbe0a264a9c | [log] [tgz] |
---|---|---|
author | Phil Sutter <n0-1@freewrt.org> | Mon Jan 19 23:42:54 2009 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Jan 30 21:33:01 2009 +0000 |
tree | 0ece1c8ef033c31325696e2dd1a9f484ed52b245 | |
parent | 4ca3803f81bca9081f17ef67ffca8b11790f608d [diff] |
MIPS: RB532: Simplify dev3 init As rb532_dev3_ctl_res is not used by any platform device, it can be dropped when not used for holding the physical address of the device 3 controller. Also a size of one byte should suffice when ioremapping the physical address mentioned above, as only a single byte is being read from and written to it. Signed-off-by: Phil Sutter <n0-1@freewrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>