[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-245-g2b353aa
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-05-21 11:04:23
|
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 2b353aab4d73c9b64ebced3f44cd8380c9dd3b72 (commit)
from efe2defd79b16bd51642553f7b4128e8974fd9b1 (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 2b353aab4d73c9b64ebced3f44cd8380c9dd3b72
Author: Philippe Reynes <tr...@ya...>
Date: Mon May 20 11:44:19 2013 +0200
[LINUX] 3.8: fix network declaration on dts
Signed-off-by: Philippe Reynes <tr...@ya...>
-----------------------------------------------------------------------
Summary of changes:
...adeus-apf27-move-ethernet-to-aipi2-on-dts.patch | 32 ++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.8/0207-armadeus-apf27-move-ethernet-to-aipi2-on-dts.patch
diff --git a/patches/linux/3.8/0207-armadeus-apf27-move-ethernet-to-aipi2-on-dts.patch b/patches/linux/3.8/0207-armadeus-apf27-move-ethernet-to-aipi2-on-dts.patch
new file mode 100644
index 0000000..70c69bf
--- /dev/null
+++ b/patches/linux/3.8/0207-armadeus-apf27-move-ethernet-to-aipi2-on-dts.patch
@@ -0,0 +1,32 @@
+From 5948d826c99ff1acb617f5c0f992a7e0ffe50831 Mon Sep 17 00:00:00 2001
+From: Philippe Reynes <tr...@ya...>
+Date: Mon, 20 May 2013 10:40:19 +0200
+Subject: [PATCH] apf27: move ethernet to aipi2 on dts
+
+In the file imx27.dtsi, aipi was splitted in two
+aipi (aipi1 and aipi2), and ethernet was moved to
+aipi2. So we just update apf27 dts to use the same
+declaration.
+
+Signed-off-by: Philippe Reynes <tr...@ya...>
+---
+ arch/arm/boot/dts/imx27-apf27.dts | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts
+index c0327c0..04087f2 100644
+--- a/arch/arm/boot/dts/imx27-apf27.dts
++++ b/arch/arm/boot/dts/imx27-apf27.dts
+@@ -38,7 +38,9 @@
+ serial@1000a000 {
+ status = "okay";
+ };
++ };
+
++ aipi@10020000 {
+ ethernet@1002b000 {
+ status = "okay";
+ };
+--
+1.7.4.4
+
hooks/post-receive
--
armadeus
|