dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
authorPeng Fan <peng.fan@nxp.com>
Tue, 23 Aug 2022 03:02:11 +0000 (11:02 +0800)
committerWolfram Sang <wsa@kernel.org>
Tue, 30 Aug 2022 10:07:06 +0000 (12:07 +0200)
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>
Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml

index e42e35003eae17cc4da1ddb12307b72927d0cd3e..08b81d57d7e19ac6511a22102de4292bbff74eba 100644 (file)
@@ -44,6 +44,16 @@ properties:
   clocks:
     maxItems: 2
 
+  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
+
   power-domains:
     maxItems: 1