Skip to content

Commit dc4398f

Browse files
committed
mvebu: clearfog: Add i2c device aliases
Without these the i2c command in the u-boot shell is unable to find the devices. Signed-off-by: Jon Nettleton <jon@solid-run.com>
1 parent dc8847d commit dc4398f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/dts/armada-388-clearfog.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
ethernet1 = &eth0;
6262
ethernet2 = &eth1;
6363
ethernet3 = &eth2;
64+
i2c1 = &i2c0;
65+
i2c2 = &i2c1;
6466
spi1 = &spi1;
6567
};
6668

0 commit comments

Comments
 (0)