Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313261
b: refs/heads/master
c: 2e8e471
h: refs/heads/master
i:
  313259: 8703d29
v: v3
  • Loading branch information
Fabio Porcedda authored and Nicolas Ferre committed Jul 9, 2012
1 parent 1044b7b commit 32b57bb
Show file tree
Hide file tree
Showing 79 changed files with 724 additions and 2,029 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14d597b74aed3c44af0ee8f5ea24b970a50aec99
refs/heads/master: 2e8e4711fed439fc5642e80ee5797d285c11c7d3
6 changes: 0 additions & 6 deletions trunk/Documentation/devicetree/bindings/arm/olimex.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Child device nodes describe the memory settings for different configurations and

Example:

memory-controller@7000f400 {
emc@7000f400 {
#address-cells = < 1 >;
#size-cells = < 0 >;
compatible = "nvidia,tegra20-emc";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Required properties:
- interrupts : Should contain MC General interrupt.

Example:
memory-controller@0x7000f000 {
mc {
compatible = "nvidia,tegra20-mc";
reg = <0x7000f000 0x024
0x7000f03c 0x3c4>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Required properties:
- interrupts : Should contain MC General interrupt.

Example:
memory-controller {
mc {
compatible = "nvidia,tegra30-mc";
reg = <0x7000f000 0x010
0x7000f03c 0x1b4
Expand Down
19 changes: 0 additions & 19 deletions trunk/Documentation/devicetree/bindings/fb/mxsfb.txt

This file was deleted.

16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/rtc/stmp3xxx-rtc.txt

This file was deleted.

This file was deleted.

4 changes: 3 additions & 1 deletion trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ config ARCH_NOMADIK
select ARM_AMBA
select ARM_VIC
select CPU_ARM926T
select COMMON_CLK
select CLKDEV_LOOKUP
select GENERIC_CLOCKEVENTS
select PINCTRL
select MIGHT_HAVE_CACHE_L2X0
Expand Down Expand Up @@ -1021,6 +1021,8 @@ source "arch/arm/mach-kirkwood/Kconfig"

source "arch/arm/mach-ks8695/Kconfig"

source "arch/arm/mach-lpc32xx/Kconfig"

source "arch/arm/mach-msm/Kconfig"

source "arch/arm/mach-mv78xx0/Kconfig"
Expand Down
52 changes: 0 additions & 52 deletions trunk/arch/arm/boot/dts/cfa10036.dts

This file was deleted.

174 changes: 0 additions & 174 deletions trunk/arch/arm/boot/dts/ea3250.dts

This file was deleted.

41 changes: 41 additions & 0 deletions trunk/arch/arm/boot/dts/evk-pro3.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
* evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
*
* Copyright (C) 2012 Telit,
* 2012 Fabio Porcedda <fabio.porcedda@gmail.com>
*
* Licensed under GPLv2 or later.
*/

/dts-v1/;

/include/ "ge863-pro3.dtsi"

/ {
model = "Telit EVK-PRO3 for Telit GE863-PRO3";
compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";

ahb {
apb {
macb0: ethernet@fffc4000 {
phy-mode = "rmii";
status = "okay";
};

usb1: gadget@fffa4000 {
atmel,vbus-gpio = <&pioC 5 0>;
status = "okay";
};
};

usb0: ohci@00500000 {
num-ports = <2>;
status = "okay";
};
};

i2c@0 {
status = "okay";
};

};
Loading

0 comments on commit 32b57bb

Please sign in to comment.