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=-18.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 4004DC4338F for ; Mon, 2 Aug 2021 09:21:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B28C610CC for ; Mon, 2 Aug 2021 09:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233064AbhHBJVw (ORCPT ); Mon, 2 Aug 2021 05:21:52 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:56540 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232699AbhHBJVv (ORCPT ); Mon, 2 Aug 2021 05:21:51 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1729LXaf030014; Mon, 2 Aug 2021 04:21:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1627896093; bh=YMxXYRcOOZzWcRxCfyHyAuouRqLYkZ86TeNgdCgm/iQ=; h=Subject:CC:References:From:Date:In-Reply-To; b=n80Kv3u455hse6ybmRoxjnbFVdBL21hF4rjHIilz1k+xDjRBZ4ZV+knIZkilLL5Lm a/KPCGMxSM6gdOHaF8K3o4+rvjzRv6XXHOL+xwondg8Bx0HWZGkYg0/tvc6M4g/wwg An2SFwpe/hBOnEH9EfZJiVzBzlaKooBeAYVE9SKk= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1729LXWM103605 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 2 Aug 2021 04:21:33 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 2 Aug 2021 04:21:33 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE102.ent.ti.com (10.64.6.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; Mon, 2 Aug 2021 04:21:33 -0500 Received: from [10.250.232.46] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1729LRQL024144; Mon, 2 Aug 2021 04:21:28 -0500 Subject: Re: [PATCH] dt-bindings: net: can: Document power-domains property CC: Lokesh Vutla , Nishanth Menon , Kishon Vijay Abraham I , Vignesh Raghavendra , Chandrasekar Ramakrishnan , Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Jakub Kicinski , Rob Herring , Sriram Dash , , , , References: <20210731045138.29912-1-a-govindraju@ti.com> From: Aswath Govindraju Message-ID: <00760fc2-6731-8bad-4d3a-993acbc86bcc@ti.com> Date: Mon, 2 Aug 2021 14:51:27 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210731045138.29912-1-a-govindraju@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 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, On 31/07/21 10:21 am, Aswath Govindraju wrote: > Document power-domains property for adding the Power domain provider. > > Signed-off-by: Aswath Govindraju > --- Posted respin v2[1] for this patch, after removing the reference in description. [1] - https://lore.kernel.org/patchwork/patch/1470806/ Thanks, Aswath > Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > index a7b5807c5543..d633fe1da870 100644 > --- a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > +++ b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml > @@ -104,6 +104,13 @@ properties: > maximum: 32 > maxItems: 1 > > + power-domains: > + description: > + Power domain provider node and an args specifier containing > + the can device id value. Please see, > + Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml > + maxItems: 1 > + > can-transceiver: > $ref: can-transceiver.yaml# > >