Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754080AbbLIUCm (ORCPT ); Wed, 9 Dec 2015 15:02:42 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:34964 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752123AbbLIUCk (ORCPT ); Wed, 9 Dec 2015 15:02:40 -0500 Date: Wed, 9 Dec 2015 12:02:37 -0800 From: Brian Norris To: Simon Arlott Cc: Jonas Gorski , "devicetree@vger.kernel.org" , Linux Kernel Mailing List , David Woodhouse , MTD Maling List , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , bcm-kernel-feedback-list , Florian Fainelli , Kamal Dasu Subject: Re: [PATCH 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding Message-ID: <20151209200237.GB144338@google.com> References: <565F81A6.6060307@simon.arlott.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1620 Lines: 37 On Fri, Dec 04, 2015 at 09:29:55PM -0000, Simon Arlott wrote: > On Fri, December 4, 2015 16:04, Jonas Gorski wrote: > > On Thu, Dec 3, 2015 at 12:41 AM, Simon Arlott wrote: > >> + * "brcm,nand-bcm6368" > >> + - compatible: should contain "brcm,nand-bcm", "brcm,nand-bcm6368" > >> + - reg: (required) the 'NAND_INTR_BASE' register range, with combined status > >> + and enable registers, and boot address registers > >> + - reg-names: (required) "nand-intr-base" > > > > Can't we use the same name as bcm63138, i.e. nand-int-base? > > Brian, > > Before I change this, is there anything else in the patch series that needs to > be changed? No, I think you covered my comments in your latest series: http://lists.infradead.org/pipermail/linux-mtd/2015-December/064004.html I don't know about Jonas's comments about using bcm6368, even though bcm6368 is a much older NAND core. I had similar thoughts when Florian first proposed it, but I'm not sure I have a much better suggestion. We're trying to describe two slightly different tracks of IP: the core NAND controller, which has a defined revision (2.x, 4.0, etc.), and the accessory interrupt bits, which are mostly constant across a product line / class of SoCs and aren't really versioned. So I guess I'm OK with the usage of the bcm6368 compatible string. Regards, Brian -- 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/