diff mbox series

dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibilitystring

Message ID 20190516104046.23830-2-kuldeep.singh@nxp.com
State Superseded
Delegated to: Ambarus Tudor
Headers show
Series dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibilitystring | expand

Commit Message

Kuldeep Singh May 16, 2019, 10:39 a.m. UTC
There are 2 version of QSPI-IP, according to which it can be big endian
or little endian. There are some other minor changes as well.
The big endian version uses driver compatible fsl,ls1021a-qspi and little
endian version uses fsl,ls10280a-qspi

Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
 Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Mark Brown May 21, 2019, 9:04 p.m. UTC | #1
On Thu, May 16, 2019 at 10:39:45AM +0000, Kuldeep Singh wrote:
> There are 2 version of QSPI-IP, according to which it can be big endian
> or little endian. There are some other minor changes as well.
> The big endian version uses driver compatible fsl,ls1021a-qspi and little
> endian version uses fsl,ls10280a-qspi

This doesn't apply against current code, please check and resend.
Kuldeep Singh May 22, 2019, 7:06 a.m. UTC | #2
Hi Mark,

> -----Original Message-----
> From: Mark Brown [mailto:broonie@kernel.org]
> Sent: Wednesday, May 22, 2019 2:35 AM
> To: Kuldeep Singh <kuldeep.singh@nxp.com>
> Cc: devicetree@vger.kernel.org; bbrezillon@kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-mtd@lists.infradead.org; Ashish Kumar
> <ashish.kumar@nxp.com>
> Subject: [EXT] Re: [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a
> compatibility string
> 
> On Thu, May 16, 2019 at 10:39:45AM +0000, Kuldeep Singh wrote:
> > There are 2 version of QSPI-IP, according to which it can be big
> > endian or little endian. There are some other minor changes as well.
> > The big endian version uses driver compatible fsl,ls1021a-qspi and
> > little endian version uses fsl,ls10280a-qspi
> 
> This doesn't apply against current code, please check and resend.

I have sent v2 of patches by converting them to patch series.

Regards 
Kuldeep Singh
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
index a72616a1ad2d..2c2a3e919a06 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
@@ -3,9 +3,8 @@ 
 Required properties:
   - compatible : Should be "fsl,vf610-qspi", "fsl,imx6sx-qspi",
 		 "fsl,imx7d-qspi", "fsl,imx6ul-qspi",
-		 "fsl,ls1021a-qspi"
+		 "fsl,ls1021a-qspi", "fsl,ls2080a-qspi"
 		 or
-		 "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi",
 		 "fsl,ls1043a-qspi" followed by "fsl,ls1021a-qspi"
 		 "fsl,ls1012a-qspi" followed by "fsl,ls1021a-qspi"
 		 "fsl,ls1088a-qspi" followed by "fsl,ls2080a-qspi"