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

dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk



i.MX LPI2C actually requires dual clock: per clock and ipg clock, so add
both.

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 874765c9
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -37,10 +37,12 @@ properties:
  clock-frequency: true

  clock-names:
    maxItems: 1
    items:
      - const: per
      - const: ipg

  clocks:
    maxItems: 1
    maxItems: 2

  power-domains:
    maxItems: 1
@@ -63,5 +65,6 @@ examples:
        reg = <0x40A50000 0x10000>;
        interrupt-parent = <&intc>;
        interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
        clocks = <&clks IMX7ULP_CLK_LPI2C7>;
        clocks = <&clks IMX7ULP_CLK_LPI2C7>,
                 <&clks IMX7ULP_CLK_NIC1_BUS_DIV>;
    };