Cyril Chemparathy <[email protected]> writes: > Preliminary modification prior to adding support for TNETV107X based on > ARM1176. This change allows for CPUs other than ARM926T to be used for > Davinci > derivative SoCs. Existing devices (DA8x and DMx) operate unchanged. > > Signed-off-by: Cyril Chemparathy <[email protected]> > ---
Thanks, this series looks good. Applying all 4 to davinci git, and queueing for 2.6.35 in davinci-next. Kevin > arch/arm/Kconfig | 1 - > arch/arm/mach-davinci/Kconfig | 2 ++ > 2 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 3b18128..2553c75 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -702,7 +702,6 @@ config ARCH_U300 > > config ARCH_DAVINCI > bool "TI DaVinci" > - select CPU_ARM926T > select GENERIC_TIME > select GENERIC_CLOCKEVENTS > select GENERIC_GPIO > diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig > index 0ebe185..0316e20 100644 > --- a/arch/arm/mach-davinci/Kconfig > +++ b/arch/arm/mach-davinci/Kconfig > @@ -7,6 +7,7 @@ config CP_INTC > bool > > config ARCH_DAVINCI_DMx > + select CPU_ARM926T > bool > > menu "TI DaVinci Implementations" > @@ -41,6 +42,7 @@ config ARCH_DAVINCI_DA850 > select ARCH_HAS_CPUFREQ > > config ARCH_DAVINCI_DA8XX > + select CPU_ARM926T > bool > > config ARCH_DAVINCI_DM365 > -- > 1.6.3.3 > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
