Message ID | 20200218171418.18297-1-michael@walle.cc (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] dt-bindings: spi: Add fsl,ls1028a-dspi compatible | expand |
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>
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 --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.
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(+)