mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
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>
This commit is contained in:
parent
0ec7a061fb
commit
f6921e3dc3
1 changed files with 6 additions and 6 deletions
|
@ -1282,12 +1282,12 @@
|
||||||
#define HIZCRA 0xA4050158
|
#define HIZCRA 0xA4050158
|
||||||
#define HIZCRB 0xA405015A
|
#define HIZCRB 0xA405015A
|
||||||
#define HIZCRC 0xA405015C
|
#define HIZCRC 0xA405015C
|
||||||
#define MSELCR 0xA405015C
|
#define HIZCRC 0xA405015C
|
||||||
#define PULCR 0xA405015E
|
#define MSELCRA 0xA4050180
|
||||||
#define DRVCR 0xA4050180
|
#define MSELCRB 0xA4050182
|
||||||
#define SBSCR 0xA4050182
|
#define PULCR 0xA4050184
|
||||||
#define AUDTHCR 0xA4050184
|
#define SBSCR 0xA4050186
|
||||||
#define PSELF 0xA4050186
|
#define DRVCR 0xA405018A
|
||||||
|
|
||||||
/* I/O Port */
|
/* I/O Port */
|
||||||
#define PADR 0xA4050120
|
#define PADR 0xA4050120
|
||||||
|
|
Loading…
Reference in a new issue