summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2011-12-25 21:00:47 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-01-16 08:40:08 +0100
commit3c057897e9873fb95bfe6eae5e483d724670a288 (patch)
tree06c6114b093856c8084699ed0a1da4233eb9d288
parent00699f847df49b8ae91cb96bd60775bd0986570f (diff)
downloadblackbird-obmc-uboot-3c057897e9873fb95bfe6eae5e483d724670a288.tar.gz
blackbird-obmc-uboot-3c057897e9873fb95bfe6eae5e483d724670a288.zip
i.mx6q: mx6qarm2: Enable the usboh3 clock
Bits 0 and 1 of CCM_CCGR7 are the usboh3 clock enable bits. Enabling this clock is necessary for the USB download. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> CC: Jason Hui <jason.hui@linaro.org> Acked-by: Jason Hui <jason.hui@linaro.org>
-rw-r--r--board/freescale/mx6qarm2/imximage.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6qarm2/imximage.cfg b/board/freescale/mx6qarm2/imximage.cfg
index ffac1b424e..5f0ee0d190 100644
--- a/board/freescale/mx6qarm2/imximage.cfg
+++ b/board/freescale/mx6qarm2/imximage.cfg
@@ -164,4 +164,4 @@ DATA 4 0x020c4070 0x0FFFC000
DATA 4 0x020c4074 0x3FF00000
DATA 4 0x020c4078 0x00FFF300
DATA 4 0x020c407c 0x0F0000C3
-DATA 4 0x020c4080 0x000003FC
+DATA 4 0x020c4080 0x000003FF
OpenPOWER on IntegriCloud