Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752694AbbHCFCx (ORCPT ); Mon, 3 Aug 2015 01:02:53 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:54886 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbbHCFCv (ORCPT ); Mon, 3 Aug 2015 01:02:51 -0400 Message-ID: <55BEF5D1.1050608@ti.com> Date: Mon, 3 Aug 2015 10:32:09 +0530 From: Vignesh R User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Mark Brown CC: David Woodhouse , Brian Norris , Tony Lindgren , Russell King , Huang Shijie , , , , , , Subject: Re: [RFC PATCH 4/5] ARM: dts: DRA7: Add memory map region entries for qspi References: <1438072876-16338-1-git-send-email-vigneshr@ti.com> <1438072876-16338-5-git-send-email-vigneshr@ti.com> <20150731181903.GN20873@sirena.org.uk> In-Reply-To: <20150731181903.GN20873@sirena.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 963 Lines: 31 On 07/31/2015 11:49 PM, Mark Brown wrote: > On Tue, Jul 28, 2015 at 02:11:15PM +0530, Vignesh R wrote: >> Add qspi memory mapped region entries for DRA7xx based SoCs. >> >> Signed-off-by: Vignesh R > >> qspi: qspi@47900000 { >> compatible = "ti,am4372-qspi"; >> - reg = <0x47900000 0x100>; >> + reg = <0x47900000 0x100>, >> + <0x30000000 0x3ffffff>; >> + reg-names = "qspi_base", "qspi_mmap"; > > The DT binding document for the controller needs to be extended to > document this change in the binding. > DT bindings are already documented at Documentation/devicetree/bindings/spi/ti_qspi.txt. Did you mean to add this node as an example in that file? -- Regards Vignesh -- 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/