On 07-11-09 08:59, Andrey Porodko wrote:
The Neuros OSD 2.0 is the hardware component of the Neuros Open
Internet Television Platform. Hardware is very close to Ti DM644X-EVM board.
It has: DM6446M02 module with 256MB NAND, 256MB RAM, TLV320AIC32 AIC,
USB, Ethernet, SD/MMC, UART, THS8200, TVP7000 for video.
Additionaly realtime clock, IR remote control receiver,
IR Blaster based on MSP430 (firmware although is different
from used in DM644X-EVM), internal ATA-6 3.5” HDD drive
with PATA interface, two muxed red-green leds.

For more information please refer to
        http://wiki.neurostechnology.com/index.php/OSD_2.0_HD

Signed-off-by: Andrey Porodko<[email protected]>
---
  arch/arm/mach-davinci/Kconfig             |   45 +++--
  arch/arm/mach-davinci/Makefile            |    3 +-
  arch/arm/mach-davinci/board-neuros-osd2.c |  323 +++++++++++++++++++++++++++++
  arch/arm/mach-davinci/dm644x.c            |    7 +-
  arch/arm/mach-davinci/include/mach/mux.h  |    9 +-
  5 files changed, 367 insertions(+), 20 deletions(-)
  create mode 100644 arch/arm/mach-davinci/board-neuros-osd2.c

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 89d5aa7..874f2c1 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -32,13 +32,13 @@ config ARCH_DAVINCI_DA830
          bool "DA830/OMAP-L137 based system"
        select CP_INTC
        select ARCH_DAVINCI_DA8XX
+       select ARCH_HAS_CPUFREQ
        select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1

  config ARCH_DAVINCI_DA850
        bool "DA850/OMAP-L138 based system"
        select CP_INTC
        select ARCH_DAVINCI_DA8XX
-       select ARCH_HAS_CPUFREQ

Why does OSD2 need to touch da8x0?

regards,

Koen


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to