From 49ddf7eeda01a541d4bb9f25d8c756ef2d81012e Mon Sep 17 00:00:00 2001 From: Jason Kridner Date: Wed, 11 Aug 2010 09:33:29 +0000 Subject: u-boot: beagleboard: adjusted clocks to match PSP Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi --- .../0019-OMAP3-clocks-update-clock-setup-for-36XX-37XX.patch | 4 ++-- recipes/u-boot/u-boot_git.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/u-boot') 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 03da8ce662..e5dbec62fc 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 + +.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 ed2ee9265b..7f26a87114 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:" -- cgit 1.2.3-korg