commit | bec36eca6f5d1d83a9c3733fc40ba173ad849df2 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri May 15 12:03:04 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 15 12:03:04 2009 +0900 |
tree | a4a589167441cb8e447742fdd9860c7998d5f33e | |
parent | 9304d0ccf1922b9b954b6e9223d1b2bc83198ad2 [diff] |
sh: hd64461: Fix up I/O base register offsets. hd64461 is mapped in a fixed location, so the I/O base itself is fairly meaningless as a configuration item. Additionally, this makes it impossible to share hd64461 code alongside generic drivers (in the case of sh_dac_audio), so simply make it commonly defined and permit the mach_is_foo() logic to work out the proper semantics. Signed-off-by: Paul Mundt <lethal@linux-sh.org>