diff options
author | Vanessa Maegima <vanessa.maegima@nxp.com> | 2016-08-30 22:23:02 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-09-05 04:21:11 +0200 |
commit | c2bf95899a36eff42f843e342533226a6202db0c (patch) | |
tree | 47d544364625105d08e99e87f85730ea8749df35 /arch/arm/boot/dts/imx7s-warp.dts | |
parent | ARM: dts: imx6ul-geam: Add Engicam IMX6UL GEA M6UL initial support (diff) | |
download | linux-c2bf95899a36eff42f843e342533226a6202db0c.tar.xz linux-c2bf95899a36eff42f843e342533226a6202db0c.zip |
ARM: dts: imx7s-warp: Enable I2C2 device support
Enable I2C2 device support.
Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s-warp.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7s-warp.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s-warp.dts b/arch/arm/boot/dts/imx7s-warp.dts index 1ff762d180ef..b35d1014cd5a 100644 --- a/arch/arm/boot/dts/imx7s-warp.dts +++ b/arch/arm/boot/dts/imx7s-warp.dts @@ -188,6 +188,13 @@ }; }; +&i2c2 { + clock-frequency = <100000>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_i2c2>; + status = "okay"; +}; + &i2c4 { clock-frequency = <100000>; pinctrl-names = "default"; @@ -280,6 +287,13 @@ >; }; + pinctrl_i2c2: i2c2grp { + fsl,pins = < + MX7D_PAD_I2C2_SDA__I2C2_SDA 0x4000007f + MX7D_PAD_I2C2_SCL__I2C2_SCL 0x4000007f + >; + }; + pinctrl_i2c4: i2c4grp { fsl,pins = < MX7D_PAD_I2C4_SCL__I2C4_SCL 0x4000007f |