Commit 3a5ce65d authored by Peng Fan's avatar Peng Fan Committed by Wolfram Sang
Browse files

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



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

Reviewed-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent c04c2819
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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