Second Round of Renesas ARM Based SoC Updates for v4.10
* Basic support for r8a7745 SoC -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJYLajWAAoJENfPZGlqN0++fhMQAIcaavnq8O1sHtkgtyzwyEc4 lw89CFPhJC2asRXUleOocwH94RI5U+kSUCzwChlXdG+jKwrxeELUI91xAxuDyRFN ejVner0ewIZzbM39fcRrzUn1B8RYzkb2mawzpm4BQvX650dxEMiNzUmYS4I1taAH ibGuWUlOSuTZs103XFN00KbOcfHegeiBqlQPZJVLjX/c+tFXFkqOWPhPrMqyqhek GxKKvyrvWUjVX7PsOXHRxxU+TevIiy0rnABo2pZI1WaDrRMaBfYVLqYilyWy91P/ GmtV2YyajIIzUIkJFAz77TBiuT6DyUd9NT+3Cu2X1JJndT9i52oFTIuDEy+TCkmw z/G+3w8WWh+YPayPyK7S84t0S1DIBhjngq4/v8gR5UOjiSaGQW/zAQXPt9Bsf5r+ CWP81wIizon2adluwW5LB/Hqa1T+RBo1EEub96jkbl51lFZFO9zhUorfRS6qCVQm 5rko2nZvigAoQjnX5WWaJbvOaUtITZfUEdKGU5c6UCyecsXtmBNIH2FKVmCvYy4w M103I4gEubBcyK1sqYhUC65Xm2Emin/oPNpGasqeSKuXWnSTGT6Hwp2adTFqgL95 6PC123hPLlmn2YSN9kSrWRhlc17RrSozdo14tV88T/Mh+ViZNsLTcZDAU8cMe444 kBO7E/qXUMMGrIs6qSF3 =tBnV -----END PGP SIGNATURE----- Merge tag 'renesas-soc2-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc Second Round of Renesas ARM Based SoC Updates for v4.10 * Basic support for r8a7745 SoC * tag 'renesas-soc2-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: document SK-RZG1E board ARM: shmobile: r8a7745: basic SoC support Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
bd7623dd61
|
@ -15,6 +15,8 @@ SoCs:
|
||||||
compatible = "renesas,r8a7740"
|
compatible = "renesas,r8a7740"
|
||||||
- RZ/G1M (R8A77430)
|
- RZ/G1M (R8A77430)
|
||||||
compatible = "renesas,r8a7743"
|
compatible = "renesas,r8a7743"
|
||||||
|
- RZ/G1E (R8A77450)
|
||||||
|
compatible = "renesas,r8a7745"
|
||||||
- R-Car M1A (R8A77781)
|
- R-Car M1A (R8A77781)
|
||||||
compatible = "renesas,r8a7778"
|
compatible = "renesas,r8a7778"
|
||||||
- R-Car H1 (R8A77790)
|
- R-Car H1 (R8A77790)
|
||||||
|
@ -75,6 +77,8 @@ Boards:
|
||||||
compatible = "renesas,salvator-x", "renesas,r8a7796";
|
compatible = "renesas,salvator-x", "renesas,r8a7796";
|
||||||
- SILK (RTP0RC7794LCB00011S)
|
- SILK (RTP0RC7794LCB00011S)
|
||||||
compatible = "renesas,silk", "renesas,r8a7794"
|
compatible = "renesas,silk", "renesas,r8a7794"
|
||||||
|
- SK-RZG1E (YR8A77450S000BE)
|
||||||
|
compatible = "renesas,sk-rzg1e", "renesas,r8a7745"
|
||||||
- SK-RZG1M (YR8A77430S000BE)
|
- SK-RZG1M (YR8A77430S000BE)
|
||||||
compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
|
compatible = "renesas,sk-rzg1m", "renesas,r8a7743"
|
||||||
- Wheat
|
- Wheat
|
||||||
|
|
|
@ -73,6 +73,10 @@ config ARCH_R8A7743
|
||||||
select ARCH_RCAR_GEN2
|
select ARCH_RCAR_GEN2
|
||||||
select ARM_ERRATA_798181 if SMP
|
select ARM_ERRATA_798181 if SMP
|
||||||
|
|
||||||
|
config ARCH_R8A7745
|
||||||
|
bool "RZ/G1E (R8A77450)"
|
||||||
|
select ARCH_RCAR_GEN2
|
||||||
|
|
||||||
config ARCH_R8A7778
|
config ARCH_R8A7778
|
||||||
bool "R-Car M1A (R8A77781)"
|
bool "R-Car M1A (R8A77781)"
|
||||||
select ARCH_RCAR_GEN1
|
select ARCH_RCAR_GEN1
|
||||||
|
|
|
@ -235,6 +235,7 @@ MACHINE_END
|
||||||
|
|
||||||
static const char * const rz_g1_boards_compat_dt[] __initconst = {
|
static const char * const rz_g1_boards_compat_dt[] __initconst = {
|
||||||
"renesas,r8a7743",
|
"renesas,r8a7743",
|
||||||
|
"renesas,r8a7745",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue