Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: i2c: i2c-imx-lpi2c: add dmas property

i.MX LPI2C has dma capability, so add dmas property

Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Peng Fan and committed by
Wolfram Sang
3a5ce65d c04c2819

+10
+10
Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
··· 44 44 clocks: 45 45 maxItems: 2 46 46 47 + dmas: 48 + items: 49 + - description: DMA controller phandle and request line for TX 50 + - description: DMA controller phandle and request line for RX 51 + 52 + dma-names: 53 + items: 54 + - const: tx 55 + - const: rx 56 + 47 57 power-domains: 48 58 maxItems: 1 49 59