Skip to content

Commit

Permalink
ARM: dts: armada-370-rn102: add pinmuxing for i2c0
Browse files Browse the repository at this point in the history
Up to now a working i2c bus depended on the bootloader to configure the
pinmuxing. Make it explicit.

As a side effect this change makes i2c work in barebox.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Uwe Kleine-König authored and Gregory CLEMENT committed Nov 4, 2016
1 parent 3f1b13f commit ebbd989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/armada-370-netgear-rn102.dts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@

i2c@11000 {
clock-frequency = <100000>;

pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";

status = "okay";

isl12057: isl12057@68 {
Expand Down

0 comments on commit ebbd989

Please sign in to comment.