From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752761AbeBEJnz (ORCPT ); Mon, 5 Feb 2018 04:43:55 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:63087 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751705AbeBEJns (ORCPT ); Mon, 5 Feb 2018 04:43:48 -0500 Subject: Re: [PATCH v6 17/41] dt-bindings: clock: Add bindings for DA8XX CFGCHIP clocks To: David Lechner , , , CC: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , Bartosz Golaszewski , Adam Ford , References: <1516468460-4908-1-git-send-email-david@lechnology.com> <1516468460-4908-18-git-send-email-david@lechnology.com> <572e31a2-ac18-512b-03bb-82fffcf4d228@ti.com> <26fd0f01-ed14-6544-7443-e88c69ca9acb@lechnology.com> From: Sekhar Nori Message-ID: Date: Mon, 5 Feb 2018 15:12:35 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <26fd0f01-ed14-6544-7443-e88c69ca9acb@lechnology.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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 02 February 2018 11:20 PM, David Lechner wrote: > On 02/02/2018 12:20 AM, Sekhar Nori wrote: >> On Saturday 20 January 2018 10:43 PM, David Lechner wrote: >>> +EMIFA clock source (ASYNC1) >>> +--------------------------- >>> +Required properties: >>> +- compatible: shall be "ti,da850-async1-clksrc". >>> +- #clock-cells: from common clock binding; shall be set to 0. >>> +- clocks: phandles to the parent clocks corresponding to clock-names >>> +- clock-names: shall be "pll0_sysclk3", "div4.5" >> >> Is this clock really referred to as aysnc1 in documentation? I don't get >> hits for async1 in OMAP-L138 TRM. >> > > It looks like it is only called ASYNC1 in the datasheet, not the TRM. > > Table 6-5. Maximum Internal Clock Frequencies at Each Voltage Operating > Point I see it now. Its fine to use async1 then. Thanks, Sekhar