diff options
author | Peng Fan <[email protected]> | 2022-08-23 11:02:11 +0800 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2022-08-30 12:07:06 +0200 |
commit | 3a5ce65d4a6e95dc922937487b5eceaa19f8a9b0 (patch) | |
tree | 1da33690c6133fedc524598b7b7030f81cc8844a | |
parent | c04c2819dc3d88ee744675e39f7c0f2663732eb7 (diff) |
dt-bindings: i2c: i2c-imx-lpi2c: add dmas property
i.MX LPI2C has dma capability, so add dmas property
Reviewed-by: Dong Aisheng <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml index e42e35003eae..08b81d57d7e1 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml @@ -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 |