mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
ARM: rmobile: Add PFC PUEN bank 5 address
Add the PFC5 PUEN address and SSI SDATA4 bit offset into the rcar-gen3-base.h . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
07d7783822
commit
c65e46dab0
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@
|
|||
#define CONFIG_SYS_SH_SDHI3_BASE 0xEE160000
|
||||
|
||||
/* PFC */
|
||||
#define PFC_PUEN5 0xE6060414
|
||||
#define PUEN_SSI_SDATA4 BIT(17)
|
||||
#define PFC_PUEN6 0xE6060418
|
||||
#define PUEN_USB1_OVC (1 << 2)
|
||||
#define PUEN_USB1_PWEN (1 << 1)
|
||||
|
|
Loading…
Reference in a new issue