diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-10 22:51:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | 7176279b74b61c8b6144c2d14b9e97560a60fb00 (patch) | |
tree | ed3c7f6862c21aa7deadec48bbb6f2c2cdaae524 /recipes/linux/linux-davinci/da850_omapl138_opp456mhz.patch | |
parent | 9f68ac692a56c028fe191b4fb37a356ddc326677 (diff) |
linux-davinci: Start using multi-kernel flow for da850-omapl138-evm
* Main defconfig now has more options 'angstrom'-like
* Note USB gadget disabled while debugging
* Update to latest master da850-omapl138 kernel + config mods
* All configs add ts driver added (since now multifunction device)
* Added 'stats' version with extra pm config options (kernel stats/etc)
* new config for uicapture + lcd display
* More options + OHCI enabled in 'regular' config
* Remove da850-omapl138 merged patches
* Add new patches for Hawkboard Kernel
* Introduce board file for hawkboard
* Remove machine patch
* Config update
* All peripherals sanity tested
* OK - Console, Enet, Audio, Display, USB OHCI, Video Capture, MMC, NAND, SATA
* Some Issues - USB OTG disconnect problems
* KO - RTC, (PM, etc)
* increase kernel partition to 4MiB for hawkboard
* dm6467t-evm is SOC_FAMILY=dm6467
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-davinci/da850_omapl138_opp456mhz.patch')
-rw-r--r-- | recipes/linux/linux-davinci/da850_omapl138_opp456mhz.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes/linux/linux-davinci/da850_omapl138_opp456mhz.patch b/recipes/linux/linux-davinci/da850_omapl138_opp456mhz.patch deleted file mode 100644 index 3778358199..0000000000 --- a/recipes/linux/linux-davinci/da850_omapl138_opp456mhz.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -uNr old/arch/arm/mach-davinci/da850.c new/arch/arm/mach-davinci/da850.c ---- old/arch/arm/mach-davinci/da850.c 2009-12-15 15:13:16.000000000 +0000 -+++ new/arch/arm/mach-davinci/da850.c 2009-12-15 14:56:43.000000000 +0000 -@@ -965,6 +965,15 @@ - unsigned int cvdd_max; /* in uV */ - }; - -+static const struct da850_opp da850_opp_456 = { -+ .freq = 456000, -+ .prediv = 1, -+ .mult = 19, -+ .postdiv = 1, -+ .cvdd_min = 1325000, -+ .cvdd_max = 1375000, -+}; -+ - static const struct da850_opp da850_opp_300 = { - .freq = 300000, - .prediv = 1, -@@ -999,6 +1008,7 @@ - } - - static struct cpufreq_frequency_table da850_freq_table[] = { -+ OPP(456), - OPP(300), - OPP(200), - OPP(96), - |