Skip to content

Commit

Permalink
ARM: shmobile: r8a7791: add i2c2 bus to koelsch dt
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
Acked-by: Magnus Damm <damm@opensource.se>
[horms+renesas@verge.net.au: resolved conflict]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Wolfram Sang authored and Simon Horman committed Feb 18, 2014
1 parent 5bd3de7 commit 38c5351
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions arch/arm/boot/dts/r8a7791-koelsch.dts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,29 @@
clock-frequency = <20000000>;
};

&i2c2 {
pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default";

status = "okay";
clock-frequency = <400000>;

eeprom@50 {
compatible = "renesas,24c02";
reg = <0x50>;
pagesize = <16>;
};
};

&pfc {
pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>;
pinctrl-names = "default";

i2c2_pins: i2c {
renesas,groups = "i2c2";
renesas,function = "i2c2";
};

du_pins: du {
renesas,groups = "du_rgb666", "du_sync", "du_clk_out_0";
renesas,function = "du";
Expand Down

0 comments on commit 38c5351

Please sign in to comment.