]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls.
authorSRICHARAN R <r.sricharan@ti.com>
Tue, 12 Jun 2012 19:53:33 +0000 (19:53 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:36 +0000 (14:07 +0200)
commitf3f98bb0b8cc520e08ea2bdfc3f9cbe4e4ac29f5
tree79d6c20ebbbdbe5b8e0ace985186e8ff7164bf94
parent1a89a217f5c5ab3645c80c1247e8911a8b5ad491
ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls.

Currently on OMAP4/5 platforms, many kernel drivers are dependent
upon the bootloaders for mux, dpll and clock configurations.
This should not be the case and bootloaders should set only the
minimum required for the uboot functionality and kernel boot.

Note that this is going to break the kernel drivers. But this
is the only way to get things fixed in the kernel.

Signed-off-by: R Sricharan <r.sricharan@ti.com>
include/configs/omap4_common.h
include/configs/omap5_evm.h