]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: physmap_of: Add "no-unaligned-direct-access" DT property
authorStefan Roese <sr@denx.de>
Fri, 17 Aug 2012 13:22:32 +0000 (15:22 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 25 Aug 2012 11:33:55 +0000 (14:33 +0300)
commit565891766c03cab7f54d4efa15ff8244c360a0db
tree6b6d7e3bf8a0891fb15ea76fcc22d629a34d08f0
parent981da2befae79f742f802243728de136b5e96348
mtd: physmap_of: Add "no-unaligned-direct-access" DT property

On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause
problems with JFFS2 usage, as the local bus (LPB) doesn't support
unaligned accesses as implemented in the JFFS2 code via memcpy().
By defining "no-unaligned-direct-access", the flash will not be
exposed directly to the MTD users (e.g. JFFS2) any more.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Documentation/devicetree/bindings/mtd/mtd-physmap.txt
drivers/mtd/maps/physmap_of.c