[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc1-6-g157dbc2
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-11-21 18:26:18
|
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 157dbc21373bb426a3e157e42e263bf4a3cba3d3 (commit)
via a7ad280d090855800a551fe31f9590d9e5e9b48c (commit)
from ac1cbee6efd2a366328f5405e9585ced0f51a684 (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 157dbc21373bb426a3e157e42e263bf4a3cba3d3
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Thu Nov 21 19:26:43 2013 +0100
[LINUX][3.12] apf27: kernel config: select pwm by default
commit a7ad280d090855800a551fe31f9590d9e5e9b48c
Author: Gwenhael Goavec-Merou <gwe...@tr...>
Date: Thu Nov 21 19:26:16 2013 +0100
[LINUX][3.12] apf27dev: dt: Add pwm0 pin to hog pinctrl
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf27/apf27-linux-3.12.config | 2 ++
...deus-apf27dev-add_pwm0_pin_to_hog_pinctrl.patch | 15 +++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.12/0218-armadeus-apf27dev-add_pwm0_pin_to_hog_pinctrl.patch
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.12.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.12.config
index d09275d..c75a3ad 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-linux-3.12.config
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-3.12.config
@@ -200,6 +200,8 @@ CONFIG_IMX_SDMA=y
CONFIG_IMX_DMA=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_IIO=m
+CONFIG_PWM=y
+CONFIG_PWM_IMX=y
CONFIG_ARMADEUS_DRIVERS=y
CONFIG_ARMADEUS_FPGA_DRIVERS=y
CONFIG_ARMADEUS_FPGA_LOADER_DRIVER=y
diff --git a/patches/linux/3.12/0218-armadeus-apf27dev-add_pwm0_pin_to_hog_pinctrl.patch b/patches/linux/3.12/0218-armadeus-apf27dev-add_pwm0_pin_to_hog_pinctrl.patch
new file mode 100644
index 0000000..a8503f4
--- /dev/null
+++ b/patches/linux/3.12/0218-armadeus-apf27dev-add_pwm0_pin_to_hog_pinctrl.patch
@@ -0,0 +1,15 @@
+
+Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
+---
+Index: linux-3.12/arch/arm/boot/dts/imx27-apf27dev.dts
+===================================================================
+--- linux-3.12.orig/arch/arm/boot/dts/imx27-apf27dev.dts
++++ linux-3.12/arch/arm/boot/dts/imx27-apf27dev.dts
+@@ -113,6 +113,7 @@
+ MX27_PAD_CSPI2_SS1__GPIO4_20 0
+ MX27_PAD_CSI_D5__GPIO2_17 0
+ MX27_PAD_TOUT__GPIO3_14 0
++ MX27_PAD_PWMO__PWMO 0
+ >;
+ };
+ };
hooks/post-receive
--
armadeus
|