[PATCH 3/4 v2] mtd/powerpc: Remove unused "device-width" property
Stefan Roese
sr at denx.de
Tue Apr 7 04:39:35 EDT 2009
This property is unused. It's not handled as all by the physmap_of
driver. So let's remove it from the documentation.
Signed-off-by: Stefan Roese <sr at denx.de>
CC: Grant Likely <grant.likely at secretlab.ca>
---
Documentation/powerpc/dts-bindings/mtd-physmap.txt | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Documentation/powerpc/dts-bindings/mtd-physmap.txt b/Documentation/powerpc/dts-bindings/mtd-physmap.txt
index cd474f9..ab1115e 100644
--- a/Documentation/powerpc/dts-bindings/mtd-physmap.txt
+++ b/Documentation/powerpc/dts-bindings/mtd-physmap.txt
@@ -8,8 +8,6 @@ file systems on embedded devices.
- reg : Address range of the flash chip
- bank-width : Width (in bytes) of the flash bank. Equal to the
device width times the number of interleaved chips.
- - device-width : (optional) Width of a single flash chip. If
- omitted, assumed to be equal to 'bank-width'.
- #address-cells, #size-cells : Must be present if the flash has
sub-nodes representing partitions (see below). In this case
both #address-cells and #size-cells must be equal to 1.
@@ -48,7 +46,6 @@ Example:
compatible = "amd,am29lv128ml", "cfi-flash";
reg = <ff000000 01000000>;
bank-width = <4>;
- device-width = <1>;
#address-cells = <1>;
#size-cells = <1>;
fs at 0 {
--
1.6.2.2
More information about the linux-mtd
mailing list