treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / i2c / i2c-imx-lpi2c.txt
blobf0c072ff9eca33f622aaa9e36fb7ea93bfd9b3ad
1 * Freescale Low Power Inter IC (LPI2C) for i.MX
3 Required properties:
4 - compatible :
5   - "fsl,imx7ulp-lpi2c" for LPI2C compatible with the one integrated on i.MX7ULP soc
6   - "fsl,imx8qxp-lpi2c" for LPI2C compatible with the one integrated on i.MX8QXP soc
7   - "fsl,imx8qm-lpi2c" for LPI2C compatible with the one integrated on i.MX8QM soc
8 - reg : address and length of the lpi2c master registers
9 - interrupts : lpi2c interrupt
10 - clocks : lpi2c clock specifier
12 Examples:
14 lpi2c7: lpi2c7@40a50000 {
15         compatible = "fsl,imx7ulp-lpi2c";
16         reg = <0x40A50000 0x10000>;
17         interrupt-parent = <&intc>;
18         interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
19         clocks = <&clks IMX7ULP_CLK_LPI2C7>;