From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91197C43334 for ; Thu, 21 Jul 2022 22:13:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233404AbiGUWNQ (ORCPT ); Thu, 21 Jul 2022 18:13:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234134AbiGUWMp (ORCPT ); Thu, 21 Jul 2022 18:12:45 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B1B7995B14; Thu, 21 Jul 2022 15:12:23 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.93,184,1654527600"; d="scan'208";a="128692555" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 22 Jul 2022 07:12:22 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 7C67B4011407; Fri, 22 Jul 2022 07:12:19 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , Rob Herring , Krzysztof Kozlowski , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Prabhakar , Biju Das , Lad Prabhakar Subject: [PATCH 0/2] Add support to identify RZ/Five SoC Date: Thu, 21 Jul 2022 23:12:10 +0100 Message-Id: <20220721221212.18491-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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