diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-10-24 05:25:31 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-26 02:34:40 +0100 |
commit | 5f76048695eea2233b75d95161fa6170d83807ce (patch) | |
tree | 5cc8ca1e4ca3f0457e87929bf27ed4c50a8121e8 | |
parent | Merge tag 'samsung-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kge... (diff) | |
download | linux-5f76048695eea2233b75d95161fa6170d83807ce.tar.xz linux-5f76048695eea2233b75d95161fa6170d83807ce.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/uniphier-proxstream2-vodka.dts | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts index 5cb58b6cd569..9d7ec5c204dd 100644 --- a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts @@ -62,6 +62,10 @@ serial0 = &serial0; serial1 = &serial1; serial2 = &serial2; + i2c0 = &i2c0; + i2c4 = &i2c4; + i2c5 = &i2c5; + i2c6 = &i2c6; }; }; diff --git a/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts b/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts index 76040bb28e66..498acac3d95d 100644 --- a/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts +++ b/arch/arm/boot/dts/uniphier-proxstream2-vodka.dts @@ -62,6 +62,10 @@ serial0 = &serial0; serial1 = &serial1; serial2 = &serial2; + i2c0 = &i2c0; + i2c4 = &i2c4; + i2c5 = &i2c5; + i2c6 = &i2c6; }; }; |