aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorVanessa Maegima <vanessa.maegima@nxp.com>2016-08-30 16:23:02 -0400
committerShawn Guo <shawnguo@kernel.org>2016-09-04 22:21:11 -0400
commitc2bf95899a36eff42f843e342533226a6202db0c (patch)
tree47d544364625105d08e99e87f85730ea8749df35 /arch/arm
parenta58e4e608bc88735581fdd9861676e522fa3c20d (diff)
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')
-rw-r--r--arch/arm/boot/dts/imx7s-warp.dts14
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 @@
188 }; 188 };
189}; 189};
190 190
191&i2c2 {
192 clock-frequency = <100000>;
193 pinctrl-names = "default";
194 pinctrl-0 = <&pinctrl_i2c2>;
195 status = "okay";
196};
197
191&i2c4 { 198&i2c4 {
192 clock-frequency = <100000>; 199 clock-frequency = <100000>;
193 pinctrl-names = "default"; 200 pinctrl-names = "default";
@@ -280,6 +287,13 @@
280 >; 287 >;
281 }; 288 };
282 289
290 pinctrl_i2c2: i2c2grp {
291 fsl,pins = <
292 MX7D_PAD_I2C2_SDA__I2C2_SDA 0x4000007f
293 MX7D_PAD_I2C2_SCL__I2C2_SCL 0x4000007f
294 >;
295 };
296
283 pinctrl_i2c4: i2c4grp { 297 pinctrl_i2c4: i2c4grp {
284 fsl,pins = < 298 fsl,pins = <
285 MX7D_PAD_I2C4_SCL__I2C4_SCL 0x4000007f 299 MX7D_PAD_I2C4_SCL__I2C4_SCL 0x4000007f