ARM: shmobile: r8a7745: basic SoC support
Add minimal support for the RZ/G1E (R8A7745) SoC. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
此提交包含在:
@@ -73,6 +73,10 @@ config ARCH_R8A7743
|
||||
select ARCH_RCAR_GEN2
|
||||
select ARM_ERRATA_798181 if SMP
|
||||
|
||||
config ARCH_R8A7745
|
||||
bool "RZ/G1E (R8A77450)"
|
||||
select ARCH_RCAR_GEN2
|
||||
|
||||
config ARCH_R8A7778
|
||||
bool "R-Car M1A (R8A77781)"
|
||||
select ARCH_RCAR_GEN1
|
||||
|
@@ -235,6 +235,7 @@ MACHINE_END
|
||||
|
||||
static const char * const rz_g1_boards_compat_dt[] __initconst = {
|
||||
"renesas,r8a7743",
|
||||
"renesas,r8a7745",
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
新增問題並參考
封鎖使用者