linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6dl: add alias for I2C4 bus
@ 2014-10-29 14:36 Vladimir Zapolskiy
  2014-11-03  6:17 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Zapolskiy @ 2014-10-29 14:36 UTC (permalink / raw)
  To: linux-arm-kernel

On registration I2C bus drivers attemp to get ids from device tree
aliases, add a missing alias for I2C4 found on iMX6 DualLite/Solo.

Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
---
 arch/arm/boot/dts/imx6dl.dtsi |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index b453e0e..44d8876 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -13,6 +13,10 @@
 #include "imx6qdl.dtsi"
 
 / {
+	aliases {
+		i2c3 = &i2c4;
+	};
+
 	cpus {
 		#address-cells = <1>;
 		#size-cells = <0>;
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: imx6dl: add alias for I2C4 bus
  2014-10-29 14:36 [PATCH] ARM: dts: imx6dl: add alias for I2C4 bus Vladimir Zapolskiy
@ 2014-11-03  6:17 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-11-03  6:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 29, 2014 at 04:36:30PM +0200, Vladimir Zapolskiy wrote:
> On registration I2C bus drivers attemp to get ids from device tree
> aliases, add a missing alias for I2C4 found on iMX6 DualLite/Solo.
> 
> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-03  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 14:36 [PATCH] ARM: dts: imx6dl: add alias for I2C4 bus Vladimir Zapolskiy
2014-11-03  6:17 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).