[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-509-g0a910c4
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2013-11-13 17:32:09
|
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 0a910c4c9bafd193f997ddae0262f8aedfb308dc (commit)
via a28945e3df71d7e6a5b5088b25970bd74af10da2 (commit)
from d8899225a8c2ba23cf2d034db0a388c047c2340d (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 0a910c4c9bafd193f997ddae0262f8aedfb308dc
Merge: a28945e d889922
Author: Sébastien SZYMANSKI <seb...@ar...>
Date: Wed Nov 13 18:32:43 2013 +0100
Merge branch 'master' of ssh://git.code.sf.net/p/armadeus/code
commit a28945e3df71d7e6a5b5088b25970bd74af10da2
Author: Sébastien SZYMANSKI <seb...@ar...>
Date: Wed Nov 13 18:11:42 2013 +0100
[APF51][LINUX 3.10] Add backlight to device tree
-----------------------------------------------------------------------
Summary of changes:
.../0443-apf51-add_backlight_to_device_tree.patch | 39 ++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.10/0443-apf51-add_backlight_to_device_tree.patch
diff --git a/patches/linux/3.10/0443-apf51-add_backlight_to_device_tree.patch b/patches/linux/3.10/0443-apf51-add_backlight_to_device_tree.patch
new file mode 100644
index 0000000..0cfc982
--- /dev/null
+++ b/patches/linux/3.10/0443-apf51-add_backlight_to_device_tree.patch
@@ -0,0 +1,39 @@
+Index: linux-3.10/arch/arm/boot/dts/imx51-apf51dev.dts
+===================================================================
+--- linux-3.10.orig/arch/arm/boot/dts/imx51-apf51dev.dts
++++ linux-3.10/arch/arm/boot/dts/imx51-apf51dev.dts
+@@ -34,6 +34,12 @@
+ gpios = <&gpio1 2 0>;
+ linux,default-trigger = "heartbeat";
+ };
++
++ backlight {
++ label = "Backlight";
++ gpios = <&gpio3 4 0>;
++ default-state = "on";
++ };
+ };
+ };
+
+@@ -86,7 +92,7 @@
+
+ &iomuxc {
+ pinctrl-names = "default";
+- pinctrl-0 = <&pinctrl_hog>;
++ pinctrl-0 = <&pinctrl_hog &pinctrl_backlight_1>;
+
+ hog {
+ pinctrl_hog: hoggrp {
+@@ -103,4 +109,12 @@
+ >;
+ };
+ };
++
++ backlight {
++ pinctrl_backlight_1: backlightgrp-1 {
++ fsl,pins = <
++ MX51_PAD_DI1_D1_CS__GPIO3_4 0x0C5
++ >;
++ };
++ };
+ };
hooks/post-receive
--
armadeus
|