提交 e1a2c4eb 编写于 作者: B Ben Dooks 提交者: Simon Horman

ARM: shmobile: lager: add i2c1, i2c2 pins

Add pinctrl definitions for i2c1 and i2c2 busses on the Lager board
to ensure these are setup correctly at initialisation time. The i2c0
and i2c3 busses are connected to single function pins.
Signed-off-by: NBen Dooks <ben.dooks@codethink.co.uk>
[horms+renesas@verge.net.au: Added shmobile to patch title]
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 e489c2a9
......@@ -144,6 +144,16 @@
states = <3300000 1
1800000 0>;
};
i2c1_pins: i2c1 {
renesas,groups = "i2c1";
renesas,function = "i2c1";
};
i2c2_pins: i2c2 {
renesas,groups = "i2c2";
renesas,function = "i2c2";
};
};
&extal_clk {
......@@ -349,10 +359,14 @@
&i2c1 {
status = "ok";
pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default";
};
&i2c2 {
status = "ok";
pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default";
};
&i2c3 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册