Message ID | 20240703165931.2325807-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2de9ae2044c4f6490dbbfb8d93fe6b8cc60c91d1 |
Headers | show |
Series | [v2,1/2] spi: dt-bindings: fsl-dspi: add dmas and dma-names properties | expand |
On Wed, 03 Jul 2024 12:59:30 -0400, Frank Li wrote: > Add dmas and dma-names properties because dspi support dma transfer. > Fix below warnings: > arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dtb: spi@2120000: Unevaluated properties are not allowed ('dma-names', 'dmas', 'little-endian' were unexpected) > from schema $id: http://devicetree.org/schemas/spi/fsl,dspi.yaml# > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/2] spi: dt-bindings: fsl-dspi: add dmas and dma-names properties commit: 2de9ae2044c4f6490dbbfb8d93fe6b8cc60c91d1 [2/2] spi: dt-bindings: fsl-dspi: add compatible string 'fsl,lx2160a-dspi' commit: 0f17a12787573dda66d2528fff27cd7362b34bfd All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/spi/fsl,dspi.yaml b/Documentation/devicetree/bindings/spi/fsl,dspi.yaml index bd28335a6ac86..f16ac22291456 100644 --- a/Documentation/devicetree/bindings/spi/fsl,dspi.yaml +++ b/Documentation/devicetree/bindings/spi/fsl,dspi.yaml @@ -48,6 +48,16 @@ properties: items: - const: dspi + dmas: + items: + - description: DMA controller phandle and request line for TX + - description: DMA controller phandle and request line for RX + + dma-names: + items: + - const: tx + - const: rx + spi-num-chipselects: $ref: /schemas/types.yaml#/definitions/uint32 description: