All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: OMAP5: Add i2c aliases
@ 2013-10-15 17:00 ` Nishanth Menon
  0 siblings, 0 replies; 19+ messages in thread
From: Nishanth Menon @ 2013-10-15 17:00 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren
  Cc: linux-omap, devicetree, linux-arm-kernel, linux-kernel,
	Nishanth Menon

Currently, i2c1 and i2c5 defer probe due to pinctrl dependencies.
This changes the i2c ID each bus is registered with in i2c-dev
interface.

As a result of this, many userspace tools break and there is no
consistent manner to fix the same if the i2c dev interface have no
consistent numbering. Provide alias to allow ordering the i2c devices
correctly.

Signed-off-by: Nishanth Menon <nm@ti.com>
---

 arch/arm/boot/dts/omap5.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index e18ee7e..8970deb 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -21,6 +21,11 @@
 	interrupt-parent = <&gic>;
 
 	aliases {
+		i2c0 = &i2c1;
+		i2c1 = &i2c2;
+		i2c2 = &i2c3;
+		i2c3 = &i2c4;
+		i2c4 = &i2c5;
 		serial0 = &uart1;
 		serial1 = &uart2;
 		serial2 = &uart3;
-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-21  9:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 17:00 [PATCH] ARM: dts: OMAP5: Add i2c aliases Nishanth Menon
2013-10-15 17:00 ` Nishanth Menon
2013-10-15 17:00 ` Nishanth Menon
2013-10-16 11:37 ` Rajendra Nayak
2013-10-16 11:37   ` Rajendra Nayak
2013-10-16 12:58   ` Nishanth Menon
2013-10-16 12:58     ` Nishanth Menon
2013-10-16 20:21     ` [PATCH V2 0/2] ARM: dts: OMAP2+: add " Nishanth Menon
2013-10-16 20:21       ` Nishanth Menon
2013-10-16 20:21       ` Nishanth Menon
2013-10-16 20:21       ` [PATCH V2 1/2] ARM: dts: OMAP3+: Add " Nishanth Menon
2013-10-16 20:21         ` Nishanth Menon
2013-10-16 20:21         ` Nishanth Menon
2013-10-16 20:21       ` [PATCH V2 2/2] ARM: dts: AM33xx+: " Nishanth Menon
2013-10-16 20:21         ` Nishanth Menon
2013-10-16 20:21         ` Nishanth Menon
2013-10-21  9:18       ` [PATCH V2 0/2] ARM: dts: OMAP2+: add " Rajendra Nayak
2013-10-21  9:18         ` Rajendra Nayak
2013-10-21  9:18         ` Rajendra Nayak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.