All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support to identify RZ/Five SoC
@ 2022-07-21 22:12 Lad Prabhakar
  2022-07-21 22:12 ` [PATCH 1/2] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Document " Lad Prabhakar
  2022-07-21 22:12 ` [PATCH 2/2] soc: renesas: Identify " Lad Prabhakar
  0 siblings, 2 replies; 8+ messages in thread
From: Lad Prabhakar @ 2022-07-21 22:12 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Rob Herring,
	Krzysztof Kozlowski, linux-renesas-soc, devicetree
  Cc: linux-kernel, Prabhakar, Biju Das, Lad Prabhakar

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-22 10:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21 22:12 [PATCH 0/2] Add support to identify RZ/Five SoC Lad Prabhakar
2022-07-21 22:12 ` [PATCH 1/2] dt-bindings: soc: renesas: renesas,rzg2l-sysc: Document " Lad Prabhakar
2022-07-22  9:31   ` Geert Uytterhoeven
2022-07-22 10:21     ` Lad, Prabhakar
2022-07-22 10:24       ` Geert Uytterhoeven
2022-07-21 22:12 ` [PATCH 2/2] soc: renesas: Identify " Lad Prabhakar
2022-07-22  9:37   ` Geert Uytterhoeven
2022-07-22 10:30     ` Lad, Prabhakar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.