Michael Williamson <[email protected]> writes: > The JTAG variant code for Rev-2.0 silicon of the OMAP-L138 has changed. > In addition, the variant code for the AM-1808 SoC appears to match > the Rev-2.0 code for the OMAP-L138. Add an additional entry to support > these chips.
Tested on? I'm assuming on the Mity platforms, right? Kevin > Signed-off-by: Michael Williamson <[email protected]> > --- > This is against davinci-linux tree. > Changes since v0, removed whitespace fixups not related to patch. > > arch/arm/mach-davinci/da850.c | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c > index 78b5ae2..2d0bba5 100644 > --- a/arch/arm/mach-davinci/da850.c > +++ b/arch/arm/mach-davinci/da850.c > @@ -764,6 +764,13 @@ static struct davinci_id da850_ids[] = { > .cpu_id = DAVINCI_CPU_ID_DA850, > .name = "da850/omap-l138", > }, > + { > + .variant = 0x1, > + .part_no = 0xb7d1, > + .manufacturer = 0x017, /* 0x02f >> 1 */ > + .cpu_id = DAVINCI_CPU_ID_DA850, > + .name = "da850/omap-l138/am18xx", > + }, > }; > > static struct davinci_timer_instance da850_timer_instance[4] = { _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
