diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-01-22 15:31:56 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-02-05 15:58:46 +0900 |
commit | 9856a6b3104e0bc210b0868dfe691c52bf03c227 (patch) | |
tree | b394c941c901d91d11e8b7066379f4dd16fe52cf /include/asm-sh | |
parent | 2c5260f711168d5ee91c70ddbb7d897013eefc46 (diff) | |
download | u-boot-imx-9856a6b3104e0bc210b0868dfe691c52bf03c227.zip u-boot-imx-9856a6b3104e0bc210b0868dfe691c52bf03c227.tar.gz u-boot-imx-9856a6b3104e0bc210b0868dfe691c52bf03c227.tar.bz2 |
sh: Fix register address of SH7722.
The address of SH7722 is wrong by old document.
This patch fixes this problem.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/cpu_sh7722.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-sh/cpu_sh7722.h b/include/asm-sh/cpu_sh7722.h index 13d4a77..0975b78 100644 --- a/include/asm-sh/cpu_sh7722.h +++ b/include/asm-sh/cpu_sh7722.h @@ -1282,12 +1282,12 @@ #define HIZCRA 0xA4050158 #define HIZCRB 0xA405015A #define HIZCRC 0xA405015C -#define MSELCR 0xA405015C -#define PULCR 0xA405015E -#define DRVCR 0xA4050180 -#define SBSCR 0xA4050182 -#define AUDTHCR 0xA4050184 -#define PSELF 0xA4050186 +#define HIZCRC 0xA405015C +#define MSELCRA 0xA4050180 +#define MSELCRB 0xA4050182 +#define PULCR 0xA4050184 +#define SBSCR 0xA4050186 +#define DRVCR 0xA405018A /* I/O Port */ #define PADR 0xA4050120 |