mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 19:56:45 +07:00
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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
3f1b13f4e1
commit
ebbd9896a6
@ -121,6 +121,10 @@ usb@50000 {
|
|||||||
|
|
||||||
i2c@11000 {
|
i2c@11000 {
|
||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
|
|
||||||
|
pinctrl-0 = <&i2c0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
isl12057: isl12057@68 {
|
isl12057: isl12057@68 {
|
||||||
|
Loading…
Reference in New Issue
Block a user