[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc1-3-g75b7ac4
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2013-11-20 15:46:26
|
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 75b7ac44ffe2925357fe909371293a267dcf96ea (commit)
from 0b8f1ddebb4164e2ad493e597346314b08cf0911 (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 75b7ac44ffe2925357fe909371293a267dcf96ea
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Nov 20 16:46:47 2013 +0100
[LINUX] 3.11: APF51: add backlight to device tree.
-----------------------------------------------------------------------
Summary of changes:
.../0401-armadeus-add_apf51dev_baseboard.patch | 28 +++++++++++++++-----
1 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/patches/linux/3.11/0401-armadeus-add_apf51dev_baseboard.patch b/patches/linux/3.11/0401-armadeus-add_apf51dev_baseboard.patch
index 3ca64a1..2e0e01b 100644
--- a/patches/linux/3.11/0401-armadeus-add_apf51dev_baseboard.patch
+++ b/patches/linux/3.11/0401-armadeus-add_apf51dev_baseboard.patch
@@ -3,11 +3,24 @@ The APF51Dev is a docking board for an APF51 SOM
Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
Signed-off-by: Laurent Cans <lau...@gm...>
---
-Index: linux-3.11-rc4/arch/arm/boot/dts/imx51-apf51dev.dts
+Index: linux-3.11/arch/arm/boot/dts/imx51-apf51dev.dts
===================================================================
---- linux-3.11-rc4.orig/arch/arm/boot/dts/imx51-apf51dev.dts
-+++ linux-3.11-rc4/arch/arm/boot/dts/imx51-apf51dev.dts
-@@ -51,6 +51,14 @@
+--- linux-3.11.orig/arch/arm/boot/dts/imx51-apf51dev.dts
++++ linux-3.11/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";
++ };
+ };
+ };
+
+@@ -51,6 +57,14 @@
fsl,spi-num-chipselects = <2>;
cs-gpios = <&gpio3 28 1>, <&gpio3 27 1>;
status = "okay";
@@ -22,7 +35,7 @@ Index: linux-3.11-rc4/arch/arm/boot/dts/imx51-apf51dev.dts
};
&esdhc1 {
-@@ -65,6 +73,7 @@
+@@ -65,6 +79,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_esdhc2_1>;
bus-width = <4>;
@@ -30,11 +43,12 @@ Index: linux-3.11-rc4/arch/arm/boot/dts/imx51-apf51dev.dts
non-removable;
status = "okay";
};
-@@ -91,6 +100,7 @@
+@@ -91,6 +106,8 @@
MX51_PAD_CSPI1_SS1__GPIO4_25 0x0C5
MX51_PAD_GPIO1_2__GPIO1_2 0x0C5
MX51_PAD_GPIO1_3__GPIO1_3 0x0C5
-+ MX51_PAD_DI1_PIN12__GPIO3_1 0x80000000
++ MX51_PAD_DI1_PIN12__GPIO3_1 0x80000000
++ MX51_PAD_DI1_D1_CS__GPIO3_4 0x0C5
>;
};
};
hooks/post-receive
--
armadeus
|