ARM: dts: armada-370-rn104: add pinmuxing for i2c0

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 <uwe@kleine-koenig.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Uwe Kleine-König 2016-09-29 20:22:05 +02:00 committed by Gregory CLEMENT
parent 1001354ca3
commit 83a70ff01a
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ usb@50000 {
i2c@11000 {
compatible = "marvell,mv64xxx-i2c";
clock-frequency = <100000>;
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
status = "okay";
isl12057: isl12057@68 {