[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-457-gae62947
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-09-22 11:05:05
|
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 ae629479371fb96350c7f8d46d21a79e7653666e (commit)
from 08e0cdb7828c27b5fca456d6ecf6fa8def1e94f3 (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 ae629479371fb96350c7f8d46d21a79e7653666e
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Sun Sep 22 13:05:19 2013 +0200
[LINUX][3.12] apf27 & apf27dev: dts: Add pinctrl for peripherals
-----------------------------------------------------------------------
Summary of changes:
...us-apf27-apf27dev-dts-peripherals_pinctrl.patch | 44 ++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.12/0217-armadeus-apf27-apf27dev-dts-peripherals_pinctrl.patch
diff --git a/patches/linux/3.12/0217-armadeus-apf27-apf27dev-dts-peripherals_pinctrl.patch b/patches/linux/3.12/0217-armadeus-apf27-apf27dev-dts-peripherals_pinctrl.patch
new file mode 100644
index 0000000..ab137d5
--- /dev/null
+++ b/patches/linux/3.12/0217-armadeus-apf27-apf27dev-dts-peripherals_pinctrl.patch
@@ -0,0 +1,44 @@
+
+Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
+---
+Index: linux-3.12-rc1/arch/arm/boot/dts/imx27-apf27.dts
+===================================================================
+--- linux-3.12-rc1.orig/arch/arm/boot/dts/imx27-apf27.dts
++++ linux-3.12-rc1/arch/arm/boot/dts/imx27-apf27.dts
+@@ -35,10 +35,14 @@
+ };
+
+ &uart1 {
++ pinctrl-0 = <&pinctrl_uart1_1>;
++ pinctrl-names = "default";
+ status = "okay";
+ };
+
+ &fec {
++ pinctrl-0 = <&pinctrl_fec1_1>;
++ pinctrl-names = "default";
+ status = "okay";
+ };
+
+Index: linux-3.12-rc1/arch/arm/boot/dts/imx27-apf27dev.dts
+===================================================================
+--- linux-3.12-rc1.orig/arch/arm/boot/dts/imx27-apf27dev.dts
++++ linux-3.12-rc1/arch/arm/boot/dts/imx27-apf27dev.dts
+@@ -76,6 +76,8 @@
+
+ &i2c1 {
+ clock-frequency = <400000>;
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_i2c1_1>;
+ status = "okay";
+
+ rtc@68 {
+@@ -85,6 +87,8 @@
+ };
+
+ &i2c2 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_i2c2_1>;
+ status = "okay";
+ };
+
hooks/post-receive
--
armadeus
|