[oe-commits] org.oe.dev u-boot git: beagleboard: initialize CM_CLKSEL_DSS register

steve commit oe at amethyst.openembedded.net
Sat Jul 5 20:17:40 UTC 2008


u-boot git: beagleboard:  initialize   CM_CLKSEL_DSS register

Author: steve at sakoman.com
Branch: org.openembedded.dev
Revision: 11459ed5a48f133291cc6aa981c0b3404e36070d
ViewMTN: http://monotone.openembedded.org/revision/info/11459ed5a48f133291cc6aa981c0b3404e36070d
Files:
1
packages/u-boot/u-boot-git/beagleboard/base.patch
packages/u-boot/u-boot_git.bb
Diffs:

#
# mt diff -rb3923131a3d9f66eeea62af3445ec697805b3634 -r11459ed5a48f133291cc6aa981c0b3404e36070d
#
#
#
# patch "packages/u-boot/u-boot-git/beagleboard/base.patch"
#  from [df07530c211e06732f6a1cc29550d437d7995ccd]
#    to [1135185807d979f189a4aa922827442a60400f0c]
# 
# patch "packages/u-boot/u-boot_git.bb"
#  from [c152f9ec104c1fa4a53c08f9ad88de5ac58be2be]
#    to [32b1019dfdf87033174dc1ae1adb1d36f6a8b300]
#
============================================================
--- packages/u-boot/u-boot-git/beagleboard/base.patch	df07530c211e06732f6a1cc29550d437d7995ccd
+++ packages/u-boot/u-boot-git/beagleboard/base.patch	1135185807d979f189a4aa922827442a60400f0c
@@ -1467,10 +1467,10 @@ new file mode 100644
 +#endif /* (CONFIG_COMMANDS & CFG_CMD_NAND) */
 diff --git a/board/omap3530beagle/omap3530beagle.c b/board/omap3530beagle/omap3530beagle.c
 new file mode 100644
-index 0000000..7d9a566
+index 0000000..0bdfb72
 --- /dev/null
 +++ b/board/omap3530beagle/omap3530beagle.c
-@@ -0,0 +1,388 @@
+@@ -0,0 +1,390 @@
 +/*
 + * (C) Copyright 2004-2008
 + * Texas Instruments, <www.ti.com>
@@ -1740,6 +1740,8 @@ index 0000000..7d9a566
 +	*((uint *) 0x49058094) = 0x00000506;
 +	*((uint *) 0x49056094) = 0xF060F000;
 +
++	/* set clksel_tv and clksel_dss1 */
++	*((uint *) 0x48004E40) = 0x00001002;
 +	return (0);
 +}
 +
============================================================
--- packages/u-boot/u-boot_git.bb	c152f9ec104c1fa4a53c08f9ad88de5ac58be2be
+++ packages/u-boot/u-boot_git.bb	32b1019dfdf87033174dc1ae1adb1d36f6a8b300
@@ -1,5 +1,5 @@ require u-boot.inc
 require u-boot.inc
-PR="r4"
+PR="r6"
 
 SRCREV_davinci-sffsdr = "a524e112b424c6843800ea2f19d3a8cf01d0aa94"
 SRCREV_beagleboard = "a94f22f08f280905926219e568568964cb9eeb9d"






More information about the Openembedded-commits mailing list