]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00161234-2: Enable ocotp clock for mx6q
authorTerry Lv <r65388@freescale.com>
Wed, 2 Nov 2011 09:26:06 +0000 (17:26 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:09:53 +0000 (14:09 +0200)
commitdb7e391721a21aca4d5c676550a8578319f1f359
treeeec91755c15edb7875c1ed06b017937e34515bc1
parent03bbe404dcf736fc8c55a12edf5188e0632965ef
ENGR00161234-2: Enable ocotp clock for mx6q

Add clock enable code to arch.
OCOTP driver missed code to enable clock in driver.
Thus if ocotp clock is not enabled in clock.c, ocotp will not work.

We will remove ocotp clock enable code in board file and leave this
operation to driver.

Signed-off-by: Terry Lv <r65388@freescale.com>
arch/arm/mach-mx5/clock_mx50.c
arch/arm/mach-mx6/clock.c
arch/arm/plat-mxc/devices/platform-imx-ocotp.c