[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-92-g3d356c3
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2012-12-28 12:07:53
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 3d356c3ec86c5613fb7e780d173863d44e091193 (commit)
from 42728b6afed5139539dce960756b40d6eda59931 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d356c3ec86c5613fb7e780d173863d44e091193
Author: Gwenhael Goavec-Merou <gw...@tr...>
Date: Fri Dec 28 13:07:35 2012 +0100
[LINUX][3.7] mx27: SPI: rename ipg clock and add per clock
-----------------------------------------------------------------------
Summary of changes:
...-imx27-rename_spi_ipg_and_add_spi_per_clk.patch | 26 ++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.7/0205-armadeus-mx27-clk-imx27-rename_spi_ipg_and_add_spi_per_clk.patch
diff --git a/patches/linux/3.7/0205-armadeus-mx27-clk-imx27-rename_spi_ipg_and_add_spi_per_clk.patch b/patches/linux/3.7/0205-armadeus-mx27-clk-imx27-rename_spi_ipg_and_add_spi_per_clk.patch
new file mode 100644
index 0000000..2369906
--- /dev/null
+++ b/patches/linux/3.7/0205-armadeus-mx27-clk-imx27-rename_spi_ipg_and_add_spi_per_clk.patch
@@ -0,0 +1,26 @@
+spi-imx driver needs two clock: ipg and per. The first clock must be named and
+the second must be added.
+
+Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
+---
+
+Index: linux-3.7/arch/arm/mach-imx/clk-imx27.c
+===================================================================
+--- linux-3.7.orig/arch/arm/mach-imx/clk-imx27.c
++++ linux-3.7/arch/arm/mach-imx/clk-imx27.c
+@@ -229,9 +229,12 @@ int __init mx27_clocks_init(unsigned lon
+ clk_register_clkdev(clk[sdhc2_ipg_gate], "ipg", "mxc-mmc.1");
+ clk_register_clkdev(clk[per2_gate], "per", "mxc-mmc.2");
+ clk_register_clkdev(clk[sdhc2_ipg_gate], "ipg", "mxc-mmc.2");
+- clk_register_clkdev(clk[cspi1_ipg_gate], NULL, "imx27-cspi.0");
+- clk_register_clkdev(clk[cspi2_ipg_gate], NULL, "imx27-cspi.1");
+- clk_register_clkdev(clk[cspi3_ipg_gate], NULL, "imx27-cspi.2");
++ clk_register_clkdev(clk[per2_gate], "per", "imx27-cspi.0");
++ clk_register_clkdev(clk[cspi1_ipg_gate], "ipg", "imx27-cspi.0");
++ clk_register_clkdev(clk[per2_gate], "per", "imx27-cspi.1");
++ clk_register_clkdev(clk[cspi2_ipg_gate], "ipg", "imx27-cspi.1");
++ clk_register_clkdev(clk[per2_gate], "per", "imx27-cspi.2");
++ clk_register_clkdev(clk[cspi3_ipg_gate], "ipg", "imx27-cspi.2");
+ clk_register_clkdev(clk[per3_gate], "per", "imx-fb.0");
+ clk_register_clkdev(clk[lcdc_ipg_gate], "ipg", "imx-fb.0");
+ clk_register_clkdev(clk[lcdc_ahb_gate], "ahb", "imx-fb.0");
hooks/post-receive
--
armadeus
|