mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-06 03:35:56 +00:00
ARM: renesas: Add R8A779G0 V4H Kconfig entry and PRR ID
Add Kconfig entry and PRR ID to support R8A779G0 V4H SoC. Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: Update commit message]
This commit is contained in:
parent
2ea98fc9f9
commit
e4e242b296
3 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,12 @@ config R8A779F0
|
||||||
imply CLK_R8A779F0
|
imply CLK_R8A779F0
|
||||||
imply PINCTRL_PFC_R8A779F0
|
imply PINCTRL_PFC_R8A779F0
|
||||||
|
|
||||||
|
config R8A779G0
|
||||||
|
bool "Renesas SoC R8A779G0"
|
||||||
|
select GICV3
|
||||||
|
imply CLK_R8A779G0
|
||||||
|
imply PINCTRL_PFC_R8A779G0
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|
|
@ -77,6 +77,7 @@ static const struct {
|
||||||
{ RMOBILE_CPU_TYPE_R8A77995, "R8A77995" },
|
{ RMOBILE_CPU_TYPE_R8A77995, "R8A77995" },
|
||||||
{ RMOBILE_CPU_TYPE_R8A779A0, "R8A779A0" },
|
{ RMOBILE_CPU_TYPE_R8A779A0, "R8A779A0" },
|
||||||
{ RMOBILE_CPU_TYPE_R8A779F0, "R8A779F0" },
|
{ RMOBILE_CPU_TYPE_R8A779F0, "R8A779F0" },
|
||||||
|
{ RMOBILE_CPU_TYPE_R8A779G0, "R8A779G0" },
|
||||||
{ 0x0, "CPU" },
|
{ 0x0, "CPU" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#define RMOBILE_CPU_TYPE_R8A77995 0x58
|
#define RMOBILE_CPU_TYPE_R8A77995 0x58
|
||||||
#define RMOBILE_CPU_TYPE_R8A779A0 0x59
|
#define RMOBILE_CPU_TYPE_R8A779A0 0x59
|
||||||
#define RMOBILE_CPU_TYPE_R8A779F0 0x5A
|
#define RMOBILE_CPU_TYPE_R8A779F0 0x5A
|
||||||
|
#define RMOBILE_CPU_TYPE_R8A779G0 0x5C
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
const u8 *rzg_get_cpu_name(void);
|
const u8 *rzg_get_cpu_name(void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue