mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
sh: fix PFC registers definition for SH772{2, 3, 4}
Add missing port X data register, and fix the offset of ports Y and Z. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
2e50f6dccb
commit
19bb5e4ba0
3 changed files with 9 additions and 6 deletions
|
@ -1250,8 +1250,9 @@
|
||||||
#define PUDR 0xA4050162
|
#define PUDR 0xA4050162
|
||||||
#define PVDR 0xA4050164
|
#define PVDR 0xA4050164
|
||||||
#define PWDR 0xA4050166
|
#define PWDR 0xA4050166
|
||||||
#define PYDR 0xA4050168
|
#define PXDR 0xA4050168
|
||||||
#define PZDR 0xA405016A
|
#define PYDR 0xA405016A
|
||||||
|
#define PZDR 0xA405016C
|
||||||
|
|
||||||
/* UBC */
|
/* UBC */
|
||||||
#define CBR0 0xFF200000
|
#define CBR0 0xFF200000
|
||||||
|
|
|
@ -178,8 +178,9 @@
|
||||||
#define PUDR 0xA4050162
|
#define PUDR 0xA4050162
|
||||||
#define PVDR 0xA4050164
|
#define PVDR 0xA4050164
|
||||||
#define PWDR 0xA4050166
|
#define PWDR 0xA4050166
|
||||||
#define PYDR 0xA4050168
|
#define PXDR 0xA4050168
|
||||||
#define PZDR 0xA405016A
|
#define PYDR 0xA405016A
|
||||||
|
#define PZDR 0xA405016C
|
||||||
|
|
||||||
/* UBC */
|
/* UBC */
|
||||||
/* H-UDI */
|
/* H-UDI */
|
||||||
|
|
|
@ -200,8 +200,9 @@
|
||||||
#define PUDR 0xA4050162
|
#define PUDR 0xA4050162
|
||||||
#define PVDR 0xA4050164
|
#define PVDR 0xA4050164
|
||||||
#define PWDR 0xA4050166
|
#define PWDR 0xA4050166
|
||||||
#define PYDR 0xA4050168
|
#define PXDR 0xA4050168
|
||||||
#define PZDR 0xA405016A
|
#define PYDR 0xA405016A
|
||||||
|
#define PZDR 0xA405016C
|
||||||
|
|
||||||
/* Ether */
|
/* Ether */
|
||||||
#define EDMR 0xA4600000
|
#define EDMR 0xA4600000
|
||||||
|
|
Loading…
Reference in a new issue