[PATCH 4/9] arm/tegra: fuse: add functions to access chip revision

Olof Johansson olof at lixom.net
Tue Jan 3 22:46:17 EST 2012


Hi,

On Fri, Dec 23, 2011 at 2:47 AM, Henning Heinold
<heinold at inf.fu-berlin.de> wrote:
> On Thu, Dec 22, 2011 at 04:17:43PM -0800, Olof Johansson wrote:
>> +static const char *tegra_revision_name[TEGRA_REVISION_MAX] = {
>> +     [TEGRA_REVISION_UNKNOWN] = "unknown",
>> +     [TEGRA_REVISION_A02]     = "A02",
>> +     [TEGRA_REVISION_A03]     = "A03",
>> +     [TEGRA_REVISION_A03p]    = "A03 prime",
>> +     [TEGRA_REVISION_A04]     = "A04",
>> +};
>> +
>
> Hi Olof,
>
> can you please add here [TEGRA_REVISION_A01] = "A01", too. It is used in the nvidia git tree and affects the new beta xorg
> driver.


How does it affect the xorg driver? Do you have hardware that is based
on A01? I wouldn't expect there to be any products out there with it
-- A01 has a handful of errata that is not handled in mainline, etc.


-Olof



More information about the linux-arm-kernel mailing list