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 X-Spam-Level: X-Spam-Status: No, score=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60A13C433DB for ; Thu, 11 Mar 2021 11:37:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 186C264FEC for ; Thu, 11 Mar 2021 11:37:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232732AbhCKLgh (ORCPT ); Thu, 11 Mar 2021 06:36:37 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:52118 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232727AbhCKLgH (ORCPT ); Thu, 11 Mar 2021 06:36:07 -0500 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 12BBZwrK013092; Thu, 11 Mar 2021 05:35:58 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1615462558; bh=ALsd/Ut/JY9yIh0a/At+DHay+1j+Ihvb5bUsWP+GodM=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=zPan4+rBQM/6QvxZun7AanJJawRN6CdWK5W1hmOJsKCKlBoDhkkk9373ggb2Y4DP2 08II5gAf+rnPWyh7f/L11HGdLpYAOQz4KJr9DfWFYUzorrmVErzrj4vyQa3f4ll6LE ZfeUGegjD3YKPqXAVBzCrGdFaTgJ8i7jnhOv3FZs= Received: from DLEE107.ent.ti.com (dlee107.ent.ti.com [157.170.170.37]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 12BBZvs6024142 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 11 Mar 2021 05:35:58 -0600 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 11 Mar 2021 05:35:57 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Thu, 11 Mar 2021 05:35:57 -0600 Received: from [10.24.69.20] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 12BBZsHY103876; Thu, 11 Mar 2021 05:35:55 -0600 Subject: Re: [PATCH] arm64: dts: ti: k3-am64-main: Add ADC nodes To: Vignesh Raghavendra , Nishanth Menon , Tero Kristo CC: Rob Herring , , , References: <20210309130708.12391-1-vigneshr@ti.com> From: Lokesh Vutla Message-ID: <106b78af-1606-a4aa-2b11-e4e3c5592bed@ti.com> Date: Thu, 11 Mar 2021 17:05:54 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210309130708.12391-1-vigneshr@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/03/21 6:37 pm, Vignesh Raghavendra wrote: > AM64 SoC has a single ADC IP with 8 channels. Add DT node for the same. > > Default usecase is to control ADC from non Linux core on the system on > AM642 GP EVM, therefore mark the node as reserved in k3-am642-evm.dts > file. ADC lines are not pinned out on AM642 SK board, therefore disable > the node in k3-am642-sk.dts file. > > Signed-off-by: Vignesh Raghavendra Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh