Commit ebbd9896 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Gregory CLEMENT

ARM: dts: armada-370-rn102: 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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 3f1b13f4
......@@ -121,6 +121,10 @@ usb@50000 {
i2c@11000 {
clock-frequency = <100000>;
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
status = "okay";
isl12057: isl12057@68 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment