]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM i.MX51: setup MIPI during startup
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 12 Nov 2012 14:39:55 +0000 (15:39 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 16 Nov 2012 15:33:20 +0000 (16:33 +0100)
commita4dfccf8a8044fe2ed38b96e0546eaf8e669eb5f
tree9d344c12f61ce2c3d1ca451c3f347aa9a2f6300f
parent376aaac1837af8ed6c1014958396322c44306cbf
ARM i.MX51: setup MIPI during startup

The MIPI interface has to be initialized for proper IPU support.
The MIPI officially is not supported, but still needs initialization.
This patch adds this to the SoC startup as all it does is poking
some magic values into registers for which we do not have documentation.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/mm-imx5.c