From patchwork Tue Apr 7 08:39:35 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4,v2] mtd/powerpc: Remove unused "device-width" property Date: Mon, 06 Apr 2009 22:39:35 -0000 From: Stefan Roese X-Patchwork-Id: 25674 Message-Id: <1239093575-12147-1-git-send-email-sr@denx.de> To: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org Cc: Grant Likely , devicetree-discuss@ozlabs.org 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 CC: Grant Likely --- 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 = ; bank-width = <4>; - device-width = <1>; #address-cells = <1>; #size-cells = <1>; fs@0 {