Home
last modified time | relevance | path

Searched hist:"06 ae2b0ce89d5f0e473c403d91fc741fe2f31eaf" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Domap3_overo.h06ae2b0ce89d5f0e473c403d91fc741fe2f31eaf Wed May 21 21:04:51 UTC 2014 Ash Charles <ashcharles@gmail.com> arm: omap3: Fix omap3_overo SPL boot hangup

Patch f33b9bd3
[arm: omap3: Enable clocks for peripherals only if they are used]
breaks SPL booting on Overo. Since some gpio inputs are
read to detect the board revision. But with this patch above, the
clocks to the GPIO subsystems are not enabled per default any more.
The GPIO banks need to be configured specifically now.

Signed-off-by: Ash Charles <ashcharles@gmail.com>