Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1255116 > unrolled thread

[PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2 boards

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2015-10-24 05:30 +0200
Last post2015-10-26 06:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2 boards Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-10-24 05:30 +0200
    Re: [PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2  boards Olof Johansson <olof@lixom.net> - 2015-10-26 06:30 +0100

#1255116 — [PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2 boards

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2015-10-24 05:30 +0200
Subject[PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2 boards
Message-ID<qmXGO-4Nb-11@gated-at.bofh.it>
Add aliases to fix the I2C indexes like the other UniPhier boards.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 4 ++++
 arch/arm/boot/dts/uniphier-proxstream2-vodka.dts  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts
index 5cb58b6..9d7ec5c 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 76040bb..498acac 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;
 	};
 };
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1255670 — Re: [PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2 boards

FromOlof Johansson <olof@lixom.net>
Date2015-10-26 06:30 +0100
SubjectRe: [PATCH] ARM: dts: uniphier: add I2C aliases for ProXstream2 boards
Message-ID<qnIw2-4dR-3@gated-at.bofh.it>
In reply to#1255116
On Sat, Oct 24, 2015 at 12:25:31PM +0900, Masahiro Yamada wrote:
> Add aliases to fix the I2C indexes like the other UniPhier boards.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Thanks, applied!


-Olof

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web