Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42354
b: refs/heads/master
c: 9567772
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Ralf Baechle committed Dec 4, 2006
1 parent fbc1c3e commit 9f72ba1
Show file tree
Hide file tree
Showing 300 changed files with 5,053 additions and 25,466 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: 15a4cb9c25df05a5d4844e80a1aea83d66165868
refs/heads/master: 9567772f14f6d2692ea88ddc111a5a6b352fd512
39 changes: 0 additions & 39 deletions trunk/Documentation/powerpc/booting-without-of.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
IBM Corp.
(c) 2005 Becky Bruce <becky.bruce at freescale.com>,
Freescale Semiconductor, FSL SOC and 32-bit additions
(c) 2006 MontaVista Software, Inc.
Flash chip node definition

May 18, 2005: Rev 0.1 - Initial draft, no chapter III yet.

Expand Down Expand Up @@ -1695,43 +1693,6 @@ platforms are moved over to use the flattened-device-tree model.
};
};

g) Flash chip nodes

Flash chips (Memory Technology Devices) are often used for solid state
file systems on embedded devices.

Required properties:

- device_type : has to be "rom"
- compatible : Should specify what this ROM device is compatible with
(i.e. "onenand"). Currently, this is most likely to be "direct-mapped"
(which corresponds to the MTD physmap mapping driver).
- regs : Offset and length of the register set (or memory mapping) for
the device.

Recommended properties :

- bank-width : Width of the flash data bus in bytes. Required
for the NOR flashes (compatible == "direct-mapped" and others) ONLY.
- partitions : Several pairs of 32-bit values where the first value is
partition's offset from the start of the device and the second one is
partition size in bytes with LSB used to signify a read only
partititon (so, the parition size should always be an even number).
- partition-names : The list of concatenated zero terminated strings
representing the partition names.

Example:

flash@ff000000 {
device_type = "rom";
compatible = "direct-mapped";
regs = <ff000000 01000000>;
bank-width = <4>;
partitions = <00000000 00f80000
00f80000 00080001>;
partition-names = "fs\0firmware";
};

More devices will be defined as this spec matures.


Expand Down
189 changes: 0 additions & 189 deletions trunk/Documentation/powerpc/mpc52xx-device-tree-bindings.txt

This file was deleted.

7 changes: 0 additions & 7 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2438,13 +2438,6 @@ M: promise@pnd-pc.demon.co.uk
W: http://www.pnd-pc.demon.co.uk/promise/
S: Maintained

PS3 PLATFORM SUPPORT
P: Geoff Levand
M: geoffrey.levand@am.sony.com
L: linuxppc-dev@ozlabs.org
L: cbe-oss-dev@ozlabs.org
S: Supported

PVRUSB2 VIDEO4LINUX DRIVER
P: Mike Isely
M: isely@pobox.com
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/.gitignore

This file was deleted.

Loading

0 comments on commit 9f72ba1

Please sign in to comment.