mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
Renesas driver updates for v5.16
- Initial support for the new R-Car H3e, M3e, M3Ne(-2G), D3e, E3e, and
H3Ne SoCs.
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQQ9qaHoIs/1I4cXmEiKwlD9ZEnxcAUCYVbU0gAKCRCKwlD9ZEnx
cFXrAP9u9gjDq5ru91CujeyZbCGzKMe5GuPXThnFiTEE53sxfQEAskapimVWMJ6z
VOyGStaAvr/D/twtd9WwFf3nJnvNVAk=
=yLOq
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmFcYjcACgkQmmx57+YA
GNkeyhAAwsUuc/gsQx3w9STkgd5nOTUDVmQoF8in1+8TdY2dzEN69hQQLIIc2cjQ
JhHRg1UYpHCyRU4d22RshhdC95Udft4oKMIjCy1CtR2i6kQT07BT/6fkpCadDJpi
cWwmw2VrZcJKdAC/KYjBoVbJmVkHz0xy3Iq/CufqsbHASXPNim0Ml736KkI6F0G3
/T+yXZOas9lt++OkdOEMwQhqObJP1Uthil9GANYQsEc66xO0ajTND7MHee8DfMm+
GpjvgjEYQyNf0v8QLHxdh9q5xpkfUcKTJKxqPZg7pQuTC5o0VKMQWOkF7QA1ZJXe
ZS7LZ74xUTxdizCHyoTiezoS9MGgZFJ6jMJLGkQPcqaK3h7vxJ8bXQrHg89/Wnjr
hmU3XGvPS6NR5iRbOEB+mFn/sKWJg+EvpJwpJaIuPFIq+PyZ82Wl7oyK5hnp/eSN
umIEvTdx7YejBjlFFn3j3zYoWxHejg6+sob972yQqin3DsEWkDXEyGi9GDkpfwN8
sHWGhpaFDNbqeIraM8AD9NbVWA58XHRjsH4BiWZ2So49SuV6tvMIoVsNYshpEKty
zLrfSQEM+4cHc1hU1Hqzny7DTcDcC7KtinWNlcgxnlrHPJKH5YqcJwy7tP7AteG9
kTKHVpbdBrC6ckPYPKCgBsXktbbyLs7+M1eh8SCEkRdY+ZPslz8=
=1ql7
-----END PGP SIGNATURE-----
Merge tag 'renesas-drivers-for-v5.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/drivers
Renesas driver updates for v5.16
- Initial support for the new R-Car H3e, M3e, M3Ne(-2G), D3e, E3e, and
H3Ne SoCs.
* tag 'renesas-drivers-for-v5.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: Identify more R-Car Gen3e SoCs
Link: https://lore.kernel.org/r/cover.1633081156.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
61259f9ea0
|
|
@ -186,6 +186,7 @@ config ARCH_R8A77995
|
|||
select SYSC_R8A77995
|
||||
help
|
||||
This enables support for the Renesas R-Car D3 SoC.
|
||||
This includes different gradings like R-Car D3e.
|
||||
|
||||
config ARCH_R8A77990
|
||||
bool "ARM64 Platform support for R-Car E3"
|
||||
|
|
@ -193,6 +194,7 @@ config ARCH_R8A77990
|
|||
select SYSC_R8A77990
|
||||
help
|
||||
This enables support for the Renesas R-Car E3 SoC.
|
||||
This includes different gradings like R-Car E3e.
|
||||
|
||||
config ARCH_R8A77950
|
||||
bool "ARM64 Platform support for R-Car H3 ES1.x"
|
||||
|
|
@ -208,7 +210,7 @@ config ARCH_R8A77951
|
|||
help
|
||||
This enables support for the Renesas R-Car H3 SoC (revisions 2.0 and
|
||||
later).
|
||||
This includes different gradings like R-Car H3e-2G.
|
||||
This includes different gradings like R-Car H3e, H3e-2G, and H3Ne.
|
||||
|
||||
config ARCH_R8A77965
|
||||
bool "ARM64 Platform support for R-Car M3-N"
|
||||
|
|
@ -216,6 +218,7 @@ config ARCH_R8A77965
|
|||
select SYSC_R8A77965
|
||||
help
|
||||
This enables support for the Renesas R-Car M3-N SoC.
|
||||
This includes different gradings like R-Car M3Ne and M3Ne-2G.
|
||||
|
||||
config ARCH_R8A77960
|
||||
bool "ARM64 Platform support for R-Car M3-W"
|
||||
|
|
@ -230,7 +233,7 @@ config ARCH_R8A77961
|
|||
select SYSC_R8A77961
|
||||
help
|
||||
This enables support for the Renesas R-Car M3-W+ SoC.
|
||||
This includes different gradings like R-Car M3e-2G.
|
||||
This includes different gradings like R-Car M3e and M3e-2G.
|
||||
|
||||
config ARCH_R8A77980
|
||||
bool "ARM64 Platform support for R-Car V3H"
|
||||
|
|
|
|||
|
|
@ -285,17 +285,22 @@ static const struct of_device_id renesas_socs[] __initconst = {
|
|||
{ .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77951
|
||||
{ .compatible = "renesas,r8a779m0", .data = &soc_rcar_h3 },
|
||||
{ .compatible = "renesas,r8a779m1", .data = &soc_rcar_h3 },
|
||||
{ .compatible = "renesas,r8a779m8", .data = &soc_rcar_h3 },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77960
|
||||
{ .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77961
|
||||
{ .compatible = "renesas,r8a77961", .data = &soc_rcar_m3_w },
|
||||
{ .compatible = "renesas,r8a779m2", .data = &soc_rcar_m3_w },
|
||||
{ .compatible = "renesas,r8a779m3", .data = &soc_rcar_m3_w },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77965
|
||||
{ .compatible = "renesas,r8a77965", .data = &soc_rcar_m3_n },
|
||||
{ .compatible = "renesas,r8a779m4", .data = &soc_rcar_m3_n },
|
||||
{ .compatible = "renesas,r8a779m5", .data = &soc_rcar_m3_n },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77970
|
||||
{ .compatible = "renesas,r8a77970", .data = &soc_rcar_v3m },
|
||||
|
|
@ -305,9 +310,11 @@ static const struct of_device_id renesas_socs[] __initconst = {
|
|||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77990
|
||||
{ .compatible = "renesas,r8a77990", .data = &soc_rcar_e3 },
|
||||
{ .compatible = "renesas,r8a779m6", .data = &soc_rcar_e3 },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A77995
|
||||
{ .compatible = "renesas,r8a77995", .data = &soc_rcar_d3 },
|
||||
{ .compatible = "renesas,r8a779m7", .data = &soc_rcar_d3 },
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_R8A779A0
|
||||
{ .compatible = "renesas,r8a779a0", .data = &soc_rcar_v3u },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user