Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753364AbdHJQgl (ORCPT ); Thu, 10 Aug 2017 12:36:41 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36314 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753005AbdHJQgB (ORCPT ); Thu, 10 Aug 2017 12:36:01 -0400 Date: Thu, 10 Aug 2017 11:35:58 -0500 From: Rob Herring To: Franklin S Cooper Jr Cc: wg@grandegger.com, mkl@pengutronix.de, ssantosh@kernel.org, linux@armlinux.org.uk, linux-can@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] dt-bindings: net: c_can: Update binding for clock and power-domains property Message-ID: <20170810163558.todxrky4f4nve57x@rob-hp-laptop> References: <20170802201822.11532-1-fcooper@ti.com> <20170802201822.11532-2-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170802201822.11532-2-fcooper@ti.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 25 On Wed, Aug 02, 2017 at 03:18:20PM -0500, Franklin S Cooper Jr wrote: > CAN driver uses the clk_get_rate call to determine the frequency of the > functional clock. OMAP based SoCs do not require the clock property since > hwmod already handles creating a "fck" clock thats accessible to drivers. that's > However, this isn't the case for 66AK2G which makes the clocks property > require for that SoC. required > > 66AK2G requires a new property. Therefore, update the binding to also make > this property requirement clear. Also clarify that for OMAP based SoCs > ti,hwmod is a required property. > > Signed-off-by: Franklin S Cooper Jr > --- > Documentation/devicetree/bindings/net/can/c_can.txt | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) Otherwise, Acked-by: Rob Herring