On 17:48-20150208, Ivaylo Dimitrov wrote: > With legacy boot i2c buses on Nokia N900 are numbered i2c1, i2c2 and i2c3. > Commit 20b80942ef4e ("ARM: dts: OMAP3+: Add i2c aliases") fixed the > numbering with DT boot, but introduced a regression on N900 - aliases > become i2c0, i2c1 and i2c2. Fix that by providing the correct aliases in > the board dts. > > Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@xxxxxxxxx> > --- I suppose this is due to some legacy userspace breakage? if yes, we do not intend to break userspace :), So: Acked-by: Nishanth Menon <nm@xxxxxx> > arch/arm/boot/dts/omap3-n900.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts > index b550c41..68bf3cd 100644 > --- a/arch/arm/boot/dts/omap3-n900.dts > +++ b/arch/arm/boot/dts/omap3-n900.dts > @@ -16,6 +16,13 @@ > model = "Nokia N900"; > compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; > > + aliases { > + i2c0; > + i2c1 = &i2c1; > + i2c2 = &i2c2; > + i2c3 = &i2c3; > + }; > + > cpus { > cpu@0 { > cpu0-supply = <&vcc>; > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html