[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-55-gad68af0
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-11-19 09:33:08
|
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 ad68af045c9d977421953a3429350991815f6edb (commit)
from 02ece5fb22480148efeab7241ee0b7684ea6fda6 (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 ad68af045c9d977421953a3429350991815f6edb
Author: Julien Boibessot <jul...@ar...>
Date: Mon Nov 19 10:32:34 2012 +0100
Revert commit 01aa78625af2fa48c062bac12c0167ab7c430f2b
-----------------------------------------------------------------------
Summary of changes:
arch/arm/boot/dts/imx27-apf27.dts | 96 -------------------------------------
1 files changed, 0 insertions(+), 96 deletions(-)
delete mode 100644 arch/arm/boot/dts/imx27-apf27.dts
diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts
deleted file mode 100644
index b7d11e0..0000000
--- a/arch/arm/boot/dts/imx27-apf27.dts
+++ /dev/null
@@ -1,96 +0,0 @@
-/*
- * Copyright 2012 Philippe Reynes <tr...@ya...>
- * Copyright 2012 Armadeus Systems <su...@ar...>
- *
- * Based on code which is: Copyright 2012 Sascha Hauer, Pengutronix
- *
- * 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
- */
-
-/dts-v1/;
-/include/ "imx27.dtsi"
-
-/ {
- model = "Armadeus apf27";
- compatible = "armadeus,imx27-apf27", "fsl,imx27";
-
- memory {
- reg = <0xa0000000 0x04000000>;
- };
-
- clocks {
- #address-cells = <1>;
- #size-cells = <0>;
-
- osc26m {
- compatible = "fsl,imx-osc26m", "fixed-clock";
- clock-frequency = <33554432>;
- };
- };
-
- soc {
- aipi@10000000 {
- wdog@10002000 {
- status = "okay";
- };
-
- serial@1000a000 {
- status = "okay";
- };
-
- ethernet@1002b000 {
- status = "okay";
- };
-
- };
-
- nand@d8000000 {
- status = "okay";
- nand-bus-width = <16>;
- nand-ecc-mode = "hw";
- nand-on-flash-bbt;
-
- partition@0 {
- label = "u-boot";
- reg = <0x0 0x100000>;
- };
-
- partition@100000 {
- label = "env";
- reg = <0x100000 0x80000>;
- };
-
- partition@180000 {
- label = "env2";
- reg = <0x180000 0x80000>;
- };
-
- partition@200000 {
- label = "firmware";
- reg = <0x200000 0x80000>;
- };
-
- partition@280000 {
- label = "dtb";
- reg = <0x280000 0x80000>;
- };
-
- partition@300000 {
- label = "kernel";
- reg = <0x300000 0x500000>;
- };
-
- partition@800000 {
- label = "rootfs";
- reg = <0x800000 0xf800000>;
- };
- };
-
- };
-
-};
hooks/post-receive
--
armadeus
|