[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-175-g366f11e
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-02-23 15:27:31
|
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 366f11e8a54f2c2260b74443d2864605ce6c9508 (commit)
from 01193250dfeea27f21f0ddf23694d74520b03a2a (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 366f11e8a54f2c2260b74443d2864605ce6c9508
Author: Gwenhael Goavec-Merou <gw...@tr...>
Date: Sat Feb 23 16:26:12 2013 +0100
[LINUX][3.8] imx51-apf51dev: Add APF51dev DT support
-----------------------------------------------------------------------
Summary of changes:
.../3.8/0401-armadeus-add_apf51dev_baseboard.patch | 81 ++++++++++++++++++++
1 files changed, 81 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.8/0401-armadeus-add_apf51dev_baseboard.patch
diff --git a/patches/linux/3.8/0401-armadeus-add_apf51dev_baseboard.patch b/patches/linux/3.8/0401-armadeus-add_apf51dev_baseboard.patch
new file mode 100644
index 0000000..92fe7fd
--- /dev/null
+++ b/patches/linux/3.8/0401-armadeus-add_apf51dev_baseboard.patch
@@ -0,0 +1,81 @@
+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.8/arch/arm/boot/dts/imx51-apf51dev.dts
+===================================================================
+--- /dev/null
++++ linux-3.8/arch/arm/boot/dts/imx51-apf51dev.dts
+@@ -0,0 +1,71 @@
++/*
++ * Copyright 2013 Armadeus Systems - <su...@ar...>
++ *
++ * The code contained herein is licensed under the GNU General Public
++ * License. You may obtain a copy of the GNU General Public License
++ * Version 2 or later at the following locations:
++ *
++ * http://www.opensource.org/licenses/gpl-license.html
++ * http://www.gnu.org/copyleft/gpl.html
++ */
++
++/* APF51Dev is a docking board for the APF51 SOM */
++/include/ "imx51-apf51.dts"
++
++/ {
++ model = "Armadeus Systems APF51Dev docking/development board";
++ compatible = "armadeus,imx51-apf51dev", "armadeus,imx51-apf51", "fsl,imx51";
++
++ gpio-keys {
++ compatible = "gpio-keys";
++
++ user-key {
++ label = "user";
++ gpios = <&gpio1 3 0>;
++ linux,code = <256>; /* BTN_0 */
++ };
++ };
++
++ leds {
++ compatible = "gpio-leds";
++
++ user {
++ label = "Heartbeat";
++ gpios = <&gpio1 2 0>;
++ linux,default-trigger = "heartbeat";
++ };
++ };
++};
++
++&esdhc1 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_esdhc1_1>;
++ cd-gpios = <&gpio2 29 0>;
++ bus-width = <4>;
++ status = "okay";
++};
++
++&esdhc2 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_esdhc2_1>;
++ bus-width = <4>;
++ non-removable;
++ status = "okay";
++};
++
++&iomuxc {
++ pinctrl-names = "default";
++ pinctrl-0 = <&pinctrl_hog>;
++
++ hog {
++ pinctrl_hog: hoggrp {
++ fsl,pins = <
++ 129 0x0C5 /* MX51_PAD_EIM_EB2__GPIO2_22 */
++ 135 0x0C5 /* MX51_PAD_EIM_EB3__GPIO2_23 */
++ 159 0x100 /* MX51_PAD_EIM_CS4__GPIO2_29 */
++ 721 0x0C5 /* MX51_PAD_GPIO1_2__GPIO1_2 */
++ 725 0x0C5 /* MX51_PAD_GPIO1_3__GPIO1_3 */
++ >;
++ };
++ };
++};
hooks/post-receive
--
armadeus
|