From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [Patch v3 1/2] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings Date: Tue, 9 Jul 2019 14:08:37 -0600 Message-ID: <20190709200837.GA7806@bogus> References: <1560942714-13330-1-git-send-email-Ashish.Kumar@nxp.com> <1560942714-13330-2-git-send-email-Ashish.Kumar@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1560942714-13330-2-git-send-email-Ashish.Kumar@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ashish Kumar Cc: devicetree@vger.kernel.org, bbrezillon@kernel.org, Kuldeep Singh , Ashish Kumar , broonie@kernel.org, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Wed, 19 Jun 2019 16:41:53 +0530, Ashish Kumar wrote: > There are 2 version of QSPI-IP, according to which controller registers sets > can be big endian or little endian.There are some other minor changes like > RX fifo depth etc. > > The big endian version uses driver compatible "fsl,ls1021a-qspi" and > little endian version uses driver compatible "fsl,ls2080a-qspi" > > Signed-off-by: Kuldeep Singh > Signed-off-by: Ashish Kumar > --- > v3: > Rebase to top > v2: > Convert to patch series and rebasing done on top of tree > > Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Reviewed-by: Rob Herring