lkml.org 
[lkml]   [2013]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 32/40] ARM: ux500: Delete U8500 UIB support when booting with ATAGs
From
On Fri, Aug 23, 2013 at 2:23 PM, Lee Jones <lee.jones@linaro.org> wrote:

> It's time to remove all ATAG support from ux500 and rely solely on
> Device Tree booting. This patch is part of that endeavour.
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

This needs some more afterthought.

> - i2c0 = i2c_get_adapter(0);
> - if (!i2c0) {
> - __mop500_uib_init(&mop500_uibs[STUIB],
> - "fallback, could not get i2c0");
> - return -ENODEV;
> - }
> -
> - /* U8500-UIB has the TC35893 at 0x44 on I2C0, the ST-UIB doesn't. */
> - ret = i2c_smbus_xfer(i2c0, 0x44, 0, I2C_SMBUS_WRITE, 0,
> - I2C_SMBUS_QUICK, NULL);
> - i2c_put_adapter(i2c0);
> -
> - if (ret == 0)
> - uib = &mop500_uibs[U8500UIB];
> - else
> - uib = &mop500_uibs[STUIB];
> -
> - __mop500_uib_init(uib, "detected");
> + __mop500_uib_init(&mop500_uibs[STUIB], "detected");

It is not true at all that all HREFs have the STUIB mounted.

This detection needs to stay for now, unless we go and define
in the device tree which UIB is mounted, which would be unfortunate
as we can very well auto-detect it, and that makes it easier for
a user to just swap the UIB and test the other toch screen
(for example).

Yours,
Linus Walleij


\
 
 \ /
  Last update: 2013-08-23 16:01    [W:0.405 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site