]> Pileus Git - ~andy/linux/commit
powerpc/85xx: split sbc8548 dts file into pre and post chunks
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 23 Jan 2013 20:13:30 +0000 (15:13 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 13 Feb 2013 13:48:58 +0000 (07:48 -0600)
commitd1cf1c7db3460972fa93eb6816d9cae71a10e8c7
tree985114c88d98be8299dc96f8f1a483dcbbaef6c0
parent5444d639ec360679977758d5e896386c6b1babff
powerpc/85xx: split sbc8548 dts file into pre and post chunks

Updates to u-boot allow this board to boot off of either
the 8MB soldered on flash, or the 64MB SODIMM flash.

This is achieved by changing JP12 and SW2.8 which in turn
swaps which flash device appears on /CS0 and /CS6 respectively.

Since the flash devices are not the same size, this also
changes the MTD memory map layout on the local bus.

Here we split the common chunks out into a pre and post
include, so they can be reused by an upcoming "alternative
boot" dts file; leaving only the local bus chunk behind.

No content changes are made at this point - it is just purely
the move to using include files.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/sbc8548-post.dtsi [new file with mode: 0644]
arch/powerpc/boot/dts/sbc8548-pre.dtsi [new file with mode: 0644]
arch/powerpc/boot/dts/sbc8548.dts