diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-10-23 23:25:31 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-25 21:34:40 -0400 |
commit | 5f76048695eea2233b75d95161fa6170d83807ce (patch) | |
tree | 5cc8ca1e4ca3f0457e87929bf27ed4c50a8121e8 | |
parent | 99b6eb55ce137d769c2294449d1fe3821def9269 (diff) |
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 @@ | |||
62 | serial0 = &serial0; | 62 | serial0 = &serial0; |
63 | serial1 = &serial1; | 63 | serial1 = &serial1; |
64 | serial2 = &serial2; | 64 | serial2 = &serial2; |
65 | i2c0 = &i2c0; | ||
66 | i2c4 = &i2c4; | ||
67 | i2c5 = &i2c5; | ||
68 | i2c6 = &i2c6; | ||
65 | }; | 69 | }; |
66 | }; | 70 | }; |
67 | 71 | ||
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 @@ | |||
62 | serial0 = &serial0; | 62 | serial0 = &serial0; |
63 | serial1 = &serial1; | 63 | serial1 = &serial1; |
64 | serial2 = &serial2; | 64 | serial2 = &serial2; |
65 | i2c0 = &i2c0; | ||
66 | i2c4 = &i2c4; | ||
67 | i2c5 = &i2c5; | ||
68 | i2c6 = &i2c6; | ||
65 | }; | 69 | }; |
66 | }; | 70 | }; |
67 | 71 | ||