diff mbox series

[v2,1/2] dt-bindings: spi: Add fsl,ls1028a-dspi compatible

Message ID 20200218171418.18297-1-michael@walle.cc
State Not Applicable, archived
Headers show
Series [v2,1/2] dt-bindings: spi: Add fsl,ls1028a-dspi compatible | expand

Checks

Context Check Description
robh/checkpatch warning "total: 0 errors, 1 warnings, 7 lines checked"

Commit Message

Michael Walle Feb. 18, 2020, 5:14 p.m. UTC
Signed-off-by: Michael Walle <michael@walle.cc>
---
changes since v1:
 - none, this is a new patch

 Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Feb. 19, 2020, 2:17 a.m. UTC | #1
On Tue, Feb 18, 2020 at 06:14:18PM +0100, Michael Walle wrote:
> The LS1028A has three (dual) SPI controller. These are compatible with
> the ones from the LS1021A. Add the nodes.
> 
> The third controller was tested on a custom board.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Applied this version, instead.

Shawn
Rob Herring Feb. 19, 2020, 9:36 p.m. UTC | #2
On Tue, 18 Feb 2020 18:14:17 +0100, Michael Walle wrote:
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> changes since v1:
>  - none, this is a new patch
> 
>  Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Michael Walle March 6, 2020, 9:52 a.m. UTC | #3
Am 2020-02-18 18:14, schrieb Michael Walle:
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> changes since v1:
>  - none, this is a new patch
> 
>  Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
> b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
> index 162e024b95a0..a6e4bc5e96db 100644
> --- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
> +++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
> @@ -7,6 +7,7 @@ Required properties:
>  		"fsl,ls2080a-dspi" followed by "fsl,ls2085a-dspi"
>  		"fsl,ls1012a-dspi" followed by "fsl,ls1021a-v1.0-dspi"
>  		"fsl,ls1088a-dspi" followed by "fsl,ls1021a-v1.0-dspi"
> +		"fsl,ls1028a-dspi" followed by "fsl,ls1021a-v1.0-dspi"
>  - reg : Offset and length of the register set for the device
>  - interrupts : Should contain SPI controller interrupt
>  - clocks: from common clock binding: handle to dspi clock.

This patch is be superseeded by
   https://lore.kernel.org/lkml/20200302001958.11105-2-olteanv@gmail.com/

-michael
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
index 162e024b95a0..a6e4bc5e96db 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
@@ -7,6 +7,7 @@  Required properties:
 		"fsl,ls2080a-dspi" followed by "fsl,ls2085a-dspi"
 		"fsl,ls1012a-dspi" followed by "fsl,ls1021a-v1.0-dspi"
 		"fsl,ls1088a-dspi" followed by "fsl,ls1021a-v1.0-dspi"
+		"fsl,ls1028a-dspi" followed by "fsl,ls1021a-v1.0-dspi"
 - reg : Offset and length of the register set for the device
 - interrupts : Should contain SPI controller interrupt
 - clocks: from common clock binding: handle to dspi clock.