From: Stefan Roese Date: Tue, 26 Jan 2010 05:56:30 +0000 (+0000) Subject: powerpc/44x: Add MTD support (NOR FLASH) to Katmai dts X-Git-Tag: v2.6.34-rc1~271^2~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=036f290d8952fdcafa9d6c9e2d94efbcb793d123;p=pandora-kernel.git powerpc/44x: Add MTD support (NOR FLASH) to Katmai dts This patch adds NOR FLASH MTD support to the Katmai (440SPe) dts file. For this the OPB ranges address is mapped differently (base 0x00000000 -> 0xe0000000). This results in the address being identical to the lower 32bit of its physical address. This is needed for the MTD mapping to work correctly, since U-Boot will insert the physical addresses of the EBC chip selects into the EBC ranges property. This is the way its done in most other 4xx dts files as well. Additionally with a small whitespace cleanup. Signed-off-by: Stefan Roese Cc: Josh Boyer Signed-off-by: Josh Boyer --- Reading git-diff-tree failed