[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-387-gb8d0338
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-08-16 08:17:06
|
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 b8d03384260a3d9e7ef66af2cc6ea84cdcb3c638 (commit)
via d98cd55462acd62d32e9cddd78f2ee5658822235 (commit)
from 04e57a739c1a26cc53b5cfe64ba8c5a924b13f18 (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 b8d03384260a3d9e7ef66af2cc6ea84cdcb3c638
Author: Gwenhael Goavec-Merou <gwe...@ar...>
Date: Fri Aug 16 10:16:35 2013 +0200
[LINUX][3.11] imx27 dt: add CSPI pinctrl
commit d98cd55462acd62d32e9cddd78f2ee5658822235
Author: Gwenhael Goavec-Merou <gwe...@ar...>
Date: Fri Aug 16 10:16:02 2013 +0200
[LINUX][3.11] imx27 dt: fix CSPI PER clock id
-----------------------------------------------------------------------
Summary of changes:
.../0212-armadeus-imx27-fix_cspi_per_clk_id.patch | 26 +++++++++++++
.../3.11/0213-armadeus-add_cspi_pinctrl.patch | 38 ++++++++++++++++++++
2 files changed, 64 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.11/0212-armadeus-imx27-fix_cspi_per_clk_id.patch
create mode 100644 patches/linux/3.11/0213-armadeus-add_cspi_pinctrl.patch
diff --git a/patches/linux/3.11/0212-armadeus-imx27-fix_cspi_per_clk_id.patch b/patches/linux/3.11/0212-armadeus-imx27-fix_cspi_per_clk_id.patch
new file mode 100644
index 0000000..f440607
--- /dev/null
+++ b/patches/linux/3.11/0212-armadeus-imx27-fix_cspi_per_clk_id.patch
@@ -0,0 +1,26 @@
+CSPI PER clock is per2clk (id per2_gate/60) instead of cspiX_ipg_gate.
+
+Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
+---
+Index: linux-3.11-rc4/arch/arm/boot/dts/imx27.dtsi
+===================================================================
+--- linux-3.11-rc4.orig/arch/arm/boot/dts/imx27.dtsi
++++ linux-3.11-rc4/arch/arm/boot/dts/imx27.dtsi
+@@ -159,7 +159,7 @@
+ compatible = "fsl,imx27-cspi";
+ reg = <0x1000e000 0x1000>;
+ interrupts = <16>;
+- clocks = <&clks 53>, <&clks 53>;
++ clocks = <&clks 53>, <&clks 60>;
+ clock-names = "ipg", "per";
+ status = "disabled";
+ };
+@@ -170,7 +170,7 @@
+ compatible = "fsl,imx27-cspi";
+ reg = <0x1000f000 0x1000>;
+ interrupts = <15>;
+- clocks = <&clks 52>, <&clks 52>;
++ clocks = <&clks 52>, <&clks 60>;
+ clock-names = "ipg", "per";
+ status = "disabled";
+ };
diff --git a/patches/linux/3.11/0213-armadeus-add_cspi_pinctrl.patch b/patches/linux/3.11/0213-armadeus-add_cspi_pinctrl.patch
new file mode 100644
index 0000000..98f18dc
--- /dev/null
+++ b/patches/linux/3.11/0213-armadeus-add_cspi_pinctrl.patch
@@ -0,0 +1,38 @@
+
+Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
+---
+Index: linux-3.11-rc4/arch/arm/boot/dts/imx27.dtsi
+===================================================================
+--- linux-3.11-rc4.orig/arch/arm/boot/dts/imx27.dtsi
++++ linux-3.11-rc4/arch/arm/boot/dts/imx27.dtsi
+@@ -275,6 +275,30 @@
+ #interrupt-cells = <2>;
+ };
+
++ cspi {
++ pinctrl_cspi1: cspi-1 {
++ fsl,pins = <
++ MX27_PAD_CSPI1_SCLK__CSPI1_SCLK 0
++ MX27_PAD_CSPI1_MISO__CSPI1_MISO 0
++ MX27_PAD_CSPI1_MOSI__CSPI1_MOSI 0
++ >;
++ };
++ pinctrl_cspi2: cspi-2 {
++ fsl,pins = <
++ MX27_PAD_CSPI2_SCLK__CSPI2_SCLK 0
++ MX27_PAD_CSPI2_MISO__CSPI2_MISO 0
++ MX27_PAD_CSPI2_MOSI__CSPI2_MOSI 0
++ >;
++ };
++ pinctrl_cspi3: cspi-3 {
++ fsl,pins = <
++ MX27_PAD_SD1_CLK__CSPI3_SCLK 0
++ MX27_PAD_SD1_D0__CSPI3_MISO 0
++ MX27_PAD_SD1_CMD__CSPI3_MOSI 0
++ >;
++ };
++ };
++
+ fec {
+ pinctrl_fec: fec-1 {
+ fsl,pins = <
hooks/post-receive
--
armadeus
|