Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932444AbaKMJeJ (ORCPT ); Thu, 13 Nov 2014 04:34:09 -0500 Received: from mail-qg0-f41.google.com ([209.85.192.41]:54676 "EHLO mail-qg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932170AbaKMJeE (ORCPT ); Thu, 13 Nov 2014 04:34:04 -0500 MIME-Version: 1.0 In-Reply-To: <20141112142202.GB26488@ulmo> References: <1415779051-26410-1-git-send-email-tomeu.vizoso@collabora.com> <1415779051-26410-6-git-send-email-tomeu.vizoso@collabora.com> <20141112142202.GB26488@ulmo> From: Tomeu Vizoso Date: Thu, 13 Nov 2014 10:33:43 +0100 X-Google-Sender-Auth: oFXk1yFbGmNzXV_W6oqrjOK-g7A Message-ID: Subject: Re: [PATCH v4 05/13] of: Document timings subnode of nvidia,tegra-mc To: Thierry Reding Cc: "linux-tegra@vger.kernel.org" , Javier Martinez Canillas , Mikko Perttunen , Alexandre Courbot , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Stephen Warren , Alexandre Courbot , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12 November 2014 15:22, Thierry Reding wrote: > On Wed, Nov 12, 2014 at 08:56:28AM +0100, Tomeu Vizoso wrote: > [...] >> diff --git a/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra-mc.txt b/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra-mc.txt > [...] >> +Example board file: >> + >> +/ { >> + memory-controller@0,70019000 { >> + emc-timings-3 { >> + nvidia,ram-code = <3>; > > I guess the alternative would be to keep the old names and simply use > the reg property instead of nvidia,ram-code to be compliant with best > practices in DT: > > emc-timings@3 { > reg = <3>; > >> + >> + timing-12750000 { >> + clock-frequency = <12750000>; > > And: > > timing@12750000 { > reg = <12750000>; > > But I haven't been following this series too closely so far, so maybe > that had already been rejected. It has been mentioned already, but I think nobody has shown any strong opinions on it. I personally like how it is now as it matches how it's already done for display-timings. Regards, Tomeu > Thierry -- 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/