From patchwork Thu Feb 24 12:58:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 12758513 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 EE16DC433FE for ; Thu, 24 Feb 2022 12:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234683AbiBXM7i (ORCPT ); Thu, 24 Feb 2022 07:59:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232953AbiBXM7h (ORCPT ); Thu, 24 Feb 2022 07:59:37 -0500 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DF02128F45A; Thu, 24 Feb 2022 04:59:06 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.88,393,1635174000"; d="scan'208";a="112251164" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 24 Feb 2022 21:59:06 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 31E224007550; Thu, 24 Feb 2022 21:59:03 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , linux-iio@vger.kernel.org, devicetree@vger.kernel.org Cc: Lad Prabhakar , linux-kernel@vger.kernel.org, Prabhakar , Biju Das Subject: [PATCH 0/2] Add ADC support to Renesas RZ/V2L SoC Date: Thu, 24 Feb 2022 12:58:41 +0000 Message-Id: <20220224125843.29733-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi All, This patch series adds ADC support to Renesas RZ/V2L SoC. Note, as the RZ/V2L SMARC EVK uses the common dts by default the adc will be enabled on the SMARC EVK. Right now the RZG2L_ADC config is only enabled for ARCH_R9A07G044 SoC once patch [0] hits upstream the Kconfig dependency will be changed to ARCH_RZG2L so that it can be enabled on all the compatible SoC's. [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/ 20220224092114.25737-1-prabhakar.mahadev-lad.rj@bp.renesas.com/ Cheers, Prabhakar Lad Prabhakar (2): dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/V2L SoC arm64: dts: renesas: r9a07g054: Fillup the ADC stub node .../bindings/iio/adc/renesas,rzg2l-adc.yaml | 3 +- arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 39 ++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-)