[oe] [PATCH] u-boot: beagleboard: adjusted clocks to match PSP

2010-08-11 Thread Jason Kridner

Signed-off-by: Jason Kridner jkrid...@beagleboard.org
---
 ...3-clocks-update-clock-setup-for-36XX-37XX.patch |4 ++--
 recipes/u-boot/u-boot_git.bb   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 
b/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
index 03da8ce..e5dbec6 100644
--- 
a/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
+++ 
b/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
@@ -726,9 +726,9 @@ index 73063ec..2045e4e 100644
 +per_36x_dpll_param:
 +/*SYSCLKM   N  M2  M3  M4 M5  M6  m2DIV */
 +.word 12000,360,4, 9,  16, 5, 4,  3,  1
-+.word 13000,   1728,   12, 9,  32, 18,8,  6,  2
++.word 13000,864,   12, 9,  16, 9, 4,  3,  1
 +.word 19200,360,7, 9,  16, 5, 4,  3,  1
-+.word 26000,   1728,   12, 9,  32, 18,8,  6,  2
++.word 26000,432,   12, 9,  16, 9, 4,  3,  1
 +.word 38400,360,   15, 9,  16, 5, 4,  3,  1
 +
 +.globl get_36x_mpu_dpll_param
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index ed2ee92..7f26a87 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
 require u-boot.inc
-PR =r62
+PR =r63
 
 FILESPATHPKG =. u-boot-git:
 
-- 
1.5.6.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] u-boot: beagleboard: adjusted clocks to match PSP

2010-08-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11-08-10 21:33, Jason Kridner wrote:
 
 Signed-off-by: Jason Kridner jkrid...@beagleboard.org
 ---
  ...3-clocks-update-clock-setup-for-36XX-37XX.patch |4 ++--
  recipes/u-boot/u-boot_git.bb   |2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 diff --git 
 a/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
  
 b/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 index 03da8ce..e5dbec6 100644
 --- 
 a/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 +++ 
 b/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 @@ -726,9 +726,9 @@ index 73063ec..2045e4e 100644
  +per_36x_dpll_param:
  +/*SYSCLKM   N  M2  M3  M4 M5  M6  m2DIV 
 */
  +.word 12000,360,4, 9,  16, 5, 4,  3,  1
 -+.word 13000,   1728,   12, 9,  32, 18,8,  6,  2
 ++.word 13000,864,   12, 9,  16, 9, 4,  3,  1
  +.word 19200,360,7, 9,  16, 5, 4,  3,  1
 -+.word 26000,   1728,   12, 9,  32, 18,8,  6,  2
 ++.word 26000,432,   12, 9,  16, 9, 4,  3,  1
  +.word 38400,360,   15, 9,  16, 5, 4,  3,  1
  +

Are those actually correct? Last time I looked at that bit Sakomans code
was cleaner and better. Dunno if the PSP tree has changed to fix that.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMYv8bMkyGM64RGpERAsXAAJ98FHv2Bubg84+TdLViQHZLHQtZTgCeK2BD
AWNAoQK6ufiWtDRu977ZdiY=
=wUvf
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH] u-boot: beagleboard: adjusted clocks to match PSP

2010-08-11 Thread Jason Kridner
On Wed, Aug 11, 2010 at 3:50 PM, Koen Kooi k.k...@student.utwente.nl wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11-08-10 21:33, Jason Kridner wrote:

 Signed-off-by: Jason Kridner jkrid...@beagleboard.org
 ---
  ...3-clocks-update-clock-setup-for-36XX-37XX.patch |    4 ++--
  recipes/u-boot/u-boot_git.bb                       |    2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)

 diff --git 
 a/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
  
 b/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 index 03da8ce..e5dbec6 100644
 --- 
 a/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 +++ 
 b/recipes/u-boot/u-boot-git/beagleboard/0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch
 @@ -726,9 +726,9 @@ index 73063ec..2045e4e 100644
  +per_36x_dpll_param:
  +/*    SYSCLK    M       N      M2      M3      M4     M5      M6      
 m2DIV */
  +.word 12000,    360,    4,     9,      16,     5,     4,      3,      1
 -+.word 13000,   1728,   12,     9,      32,     18,    8,      6,      2
 ++.word 13000,    864,   12,     9,      16,     9,     4,      3,      1
  +.word 19200,    360,    7,     9,      16,     5,     4,      3,      1
 -+.word 26000,   1728,   12,     9,      32,     18,    8,      6,      2
 ++.word 26000,    432,   12,     9,      16,     9,     4,      3,      1
  +.word 38400,    360,   15,     9,      16,     5,     4,      3,      1
  +

 Are those actually correct? Last time I looked at that bit Sakomans code
 was cleaner and better. Dunno if the PSP tree has changed to fix that.

They work for getting the S-Video and DVI displays working in u-boot
for xM testing.  It could be that the right thing is to fix some other
values, but this is what I've got.

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel