Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313316
b: refs/heads/master
c: 4d3c463
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Jul 12, 2012
1 parent e591a3e commit 3bd22b8
Show file tree
Hide file tree
Showing 121 changed files with 683 additions and 4,188 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: 6a1d02d861a35295db8b57fe4cd400bde7c8bd92
refs/heads/master: 4d3c463634ba5d0c0f053013cd947721e5e42393
27 changes: 0 additions & 27 deletions trunk/Documentation/devicetree/bindings/arm/davinci/cp-intc.txt

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/Documentation/devicetree/bindings/arm/olimex.txt

This file was deleted.

3 changes: 0 additions & 3 deletions trunk/Documentation/devicetree/bindings/arm/omap/omap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ Boards:

- AM335X EVM : Software Developement Board for AM335x
compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"

- AM335X Bone : Low cost community board
compatible = "ti,am335x-bone", "ti,am33xx", "ti,omap3"
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.

14 changes: 2 additions & 12 deletions trunk/Documentation/devicetree/bindings/gpio/fsl-imx-gpio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ Required properties:
by low 16 pins and the second one is for high 16 pins.
- gpio-controller : Marks the device node as a gpio controller.
- #gpio-cells : Should be two. The first cell is the pin number and
the second cell is used to specify the gpio polarity:
0 = active high
1 = active low
- interrupt-controller: Marks the device node as an interrupt controller.
- #interrupt-cells : Should be 2. The first cell is the GPIO number.
The second cell bits[3:0] is used to specify trigger type and level flags:
1 = low-to-high edge triggered.
2 = high-to-low edge triggered.
4 = active high level-sensitive.
8 = active low level-sensitive.
the second cell is used to specify optional parameters (currently
unused).

Example:

Expand All @@ -27,6 +19,4 @@ gpio0: gpio@73f84000 {
interrupts = <50 51>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
5 changes: 2 additions & 3 deletions trunk/Documentation/devicetree/bindings/gpio/gpio-mxs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ Required properties for GPIO node:
- interrupts : Should be the port interrupt shared by all 32 pins.
- gpio-controller : Marks the device node as a gpio controller.
- #gpio-cells : Should be two. The first cell is the pin number and
the second cell is used to specify the gpio polarity:
0 = active high
1 = active low
the second cell is used to specify optional parameters (currently
unused).
- interrupt-controller: Marks the device node as an interrupt controller.
- #interrupt-cells : Should be 2. The first cell is the GPIO number.
The second cell bits[3:0] is used to specify trigger type and level flags:
Expand Down
16 changes: 0 additions & 16 deletions trunk/Documentation/devicetree/bindings/rtc/stmp3xxx-rtc.txt

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions trunk/Documentation/devicetree/bindings/watchdog/omap-wdt.txt

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
113 changes: 0 additions & 113 deletions trunk/arch/arm/boot/dts/aks-cdu.dts

This file was deleted.

20 changes: 0 additions & 20 deletions trunk/arch/arm/boot/dts/am335x-bone.dts

This file was deleted.

20 changes: 0 additions & 20 deletions trunk/arch/arm/boot/dts/am335x-evm.dts

This file was deleted.

Loading

0 comments on commit 3bd22b8

Please sign in to comment.