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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 C8B73C43381 for ; Fri, 1 Mar 2019 14:57:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F2E720850 for ; Fri, 1 Mar 2019 14:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388423AbfCAO5W (ORCPT ); Fri, 1 Mar 2019 09:57:22 -0500 Received: from mga06.intel.com ([134.134.136.31]:32173 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388216AbfCAO5W (ORCPT ); Fri, 1 Mar 2019 09:57:22 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Mar 2019 06:57:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,427,1544515200"; d="scan'208";a="138263821" Received: from mylly.fi.intel.com (HELO [10.237.72.68]) ([10.237.72.68]) by orsmga002.jf.intel.com with ESMTP; 01 Mar 2019 06:57:18 -0800 Subject: Re: [PATCH v5 1/2] dt: snps,designware-i2c: Add clock bindings documentation To: Gareth Williams , Rob Herring , Mark Rutland , Alexandre Belloni , Wolfram Sang Cc: Phil Edworthy , devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-renesas-soc@vger.kernel.org References: <1551361930-24434-1-git-send-email-gareth.williams.jx@renesas.com> <1551361930-24434-2-git-send-email-gareth.williams.jx@renesas.com> From: Jarkko Nikula Message-ID: <71fabf45-b438-c2a7-ccb3-4b3c95f6d5d8@linux.intel.com> Date: Fri, 1 Mar 2019 16:57:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <1551361930-24434-2-git-send-email-gareth.williams.jx@renesas.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On 2/28/19 3:52 PM, Gareth Williams wrote: > From: Phil Edworthy > > The driver requires an undocumented clock property, so detail it. > Add documentation for a separate, optional, interface clock. > > Signed-off-by: Phil Edworthy > Signed-off-by: Gareth Williams > Acked-by: Wolfram Sang > Reviewed-by: Rob Herring > --- > v5: > - Changed clocks and clock-names sections to use term "interface > clock" instead of "peripheral clock". > - Updated commit message to reference "interface clock" instead of > "peripheral clock". > v4: > - Updated commit message to reference "peripheral clock" instead of > "bus clock". > v3: > - Changed clocks and clock-names sections to use term "peripheral clock" > (pclk) instead of "bus clock" (busclk). > v2: > - No changes. > v1: > - Reviewed-by: Rob Herring > --- > Documentation/devicetree/bindings/i2c/i2c-designware.txt | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Jarkko Nikula