Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756126AbaFPVzV (ORCPT ); Mon, 16 Jun 2014 17:55:21 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:35265 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755352AbaFPVzR (ORCPT ); Mon, 16 Jun 2014 17:55:17 -0400 Message-ID: <539F67C2.9080303@wwwdotorg.org> Date: Mon, 16 Jun 2014 15:55:14 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Mikko Perttunen , thierry.reding@gmail.com, tj@kernel.org, pdeschrijver@nvidia.com CC: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-ide@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/9] of: Add NVIDIA Tegra SATA controller binding References: <1401881559-18469-1-git-send-email-mperttunen@nvidia.com> <1401881559-18469-2-git-send-email-mperttunen@nvidia.com> In-Reply-To: <1401881559-18469-2-git-send-email-mperttunen@nvidia.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/04/2014 05:32 AM, Mikko Perttunen wrote: > This patch adds device tree binding documentation for the SATA > controller found on NVIDIA Tegra SoCs. Just one nit below: > diff --git a/Documentation/devicetree/bindings/ata/tegra-sata.txt b/Documentation/devicetree/bindings/ata/tegra-sata.txt > + - clocks : Defines the clocks listed in the clock-names property. > + - clock-names : The following clock names must be present: > + - sata ... It would be nice if the binding could use the exact same wording as all the other Tegra bindings, i.e.: ========== - clocks : Must contain an entry for each entry in clock-names. See ../clocks/clock-bindings.txt for details. - clock-names : Must include the following entries: - pll_a - pll_a_out0 - mclk (The Tegra cdev1/extern1 clock, which feeds the CODEC's mclk) ========== Same for the resets property. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/