mbox series

[0/2] Add support to identify RZ/Five SoC

Message ID 20220721221212.18491-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Add support to identify RZ/Five SoC | expand

Message

Lad Prabhakar July 21, 2022, 10:12 p.m. UTC
Hi All,

This patch series adds support to identify the Renesas RZ/Five SoC.

Below is the output tested on SMARC EVK based on RZ/Five SoC:
/ # dmesg  | grep Detect
[    0.065484] Detected Renesas RZ/Five r9a07g043 Rev 0
/ # cat /sys/devices/soc0/family
RZ/Five
/ # cat /sys/devices/soc0/machine
Renesas SMARC EVK based on r9a07g043
/ # cat /sys/devices/soc0/revision
0
/ # cat /sys/devices/soc0/soc_id
r9a07g043
/ # 

Cheers,
Prabhakar

Lad Prabhakar (2):
  dt-bindings: soc: renesas: renesas,rzg2l-sysc: Document RZ/Five SoC
  soc: renesas: Identify RZ/Five SoC

 .../soc/renesas/renesas,rzg2l-sysc.yaml       | 56 +++++++++++++------
 drivers/soc/renesas/Kconfig                   | 10 ++++
 drivers/soc/renesas/renesas-soc.c             | 14 +++++
 3 files changed, 63 insertions(+), 17 deletions(-)