Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: uniphier: add I2C aliases for ProXstream2 boards

Add aliases to fix the I2C indexes like the other UniPhier boards.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Masahiro Yamada and committed by
Olof Johansson
5f760486 99b6eb55

+8
+4
arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
··· 62 62 serial0 = &serial0; 63 63 serial1 = &serial1; 64 64 serial2 = &serial2; 65 + i2c0 = &i2c0; 66 + i2c4 = &i2c4; 67 + i2c5 = &i2c5; 68 + i2c6 = &i2c6; 65 69 }; 66 70 }; 67 71
+4
arch/arm/boot/dts/uniphier-proxstream2-vodka.dts
··· 62 62 serial0 = &serial0; 63 63 serial1 = &serial1; 64 64 serial2 = &serial2; 65 + i2c0 = &i2c0; 66 + i2c4 = &i2c4; 67 + i2c5 = &i2c5; 68 + i2c6 = &i2c6; 65 69 }; 66 70 }; 67 71