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 20B16C4332F for ; Thu, 22 Dec 2022 12:17:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235538AbiLVMRX (ORCPT ); Thu, 22 Dec 2022 07:17:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235910AbiLVMRA (ORCPT ); Thu, 22 Dec 2022 07:17:00 -0500 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDE4926100; Thu, 22 Dec 2022 04:14:12 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2BMCDoVC013109; Thu, 22 Dec 2022 06:13:50 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1671711230; bh=nFpV4RWFM7sAx+4Rmwc8V35IGaa6qoL6iAygW5uqUp4=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=gyiUvV8E2kQPJB3iHj3gpOF/MOITuuTDOAwD+Qp62IBODNuG3snDZwl2dEyq6959I x8CvSOFZwsuHp8qG9YyRRK5bK9GOUJGBwIGQ5eAnOi9B9QAxYVhyAqtSQ/XJqVr0G5 dGRjCHtsBAqgY/VKtZ6I6QZJ9eKGNmzmegJvKcOw= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2BMCDojl120108 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 22 Dec 2022 06:13:50 -0600 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 22 Dec 2022 06:13:50 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Thu, 22 Dec 2022 06:13:50 -0600 Received: from [10.250.234.78] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2BMCDHlD109969; Thu, 22 Dec 2022 06:13:22 -0600 Message-ID: Date: Thu, 22 Dec 2022 17:43:15 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [EXTERNAL] Re: [PATCH v2] arm64: dts: ti: k3-j721s2: Add support for ADC nodes Content-Language: en-US To: Krzysztof Kozlowski , , CC: , , , , , Vignesh Raghavendra References: <20221221055144.7181-1-b-kapoor@ti.com> From: Bhavya Kapoor In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 22/12/22 17:32, Krzysztof Kozlowski wrote: > On 21/12/2022 06:51, Bhavya Kapoor wrote: >> J721s2 has two instances of 8 channel ADCs in MCU domain. Add DT nodes >> for 8 channel ADCs for J721s2 SoC. >> >> Signed-off-by: Bhavya Kapoor >> --- >> >> Changelog v1 -> v2: >> - Updated Interrupt Values for tscadc >> >> .../dts/ti/k3-j721s2-common-proc-board.dts | 14 +++++++ >> .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 42 ++++++++++++++++++- >> 2 files changed, 55 insertions(+), 1 deletion(-) >> >> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts >> index a7aa6cf08acd..67593aa69327 100644 >> --- a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts >> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts >> @@ -309,3 +309,17 @@ &mcu_mcan1 { >> pinctrl-0 = <&mcu_mcan1_pins_default>; >> phys = <&transceiver2>; >> }; >> + >> +&tscadc0 { >> + status = "okay"; >> + adc { >> + ti,adc-channels = <0 1 2 3 4 5 6 7>; >> + }; >> +}; >> + >> +&tscadc1 { >> + status = "okay"; >> + adc { >> + ti,adc-channels = <0 1 2 3 4 5 6 7>; >> + }; >> +}; >> \ No newline at end of file > Same errors as before. > > I don't know how many same patches we need to see - this is fourth. None > of them seems to be correct... > > Best regards, > Krzysztof > This is a v2 patch. Please read the changelog. Link to its v1 is https://lore.kernel.org/all/20221220101249.46450-1-b-kapoor@ti.com/ I mailed to drop other previous patch before this v1 -> https://lore.kernel.org/all/c61fb922-e4aa-8068-242b-f495e4fc4369@ti.com/ Regards