]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: clk-imx6sl: Remove csi_lcdif_sels[]
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 19 Aug 2014 18:21:11 +0000 (15:21 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:06:45 +0000 (10:06 +0800)
commit1f96ed107c42150455a652340691a27772580194
tree9be062c3ee19fa3b9af80af10a4f51054a9714be
parent8ae412433ddd13fe0b3ca3b9e0e4b43f5b7c57e6
ARM: clk-imx6sl: Remove csi_lcdif_sels[]

Currently csi_lcdif_sels[] is a shared array for the providing the possible
clock parents for csi and lcdif blocks.

This is not correct, as csi and lcdif do not share the same clock parents.

Introduce csi_sels[] for the csi and lcdif_axi_sels[] for the lcdif clocks in
order to describe the parents correctly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx6sl.c