powerpc/85xx: Rework MPC8544DS device tree
authorKumar Gala <galak@kernel.crashing.org>
Fri, 4 Nov 2011 04:24:12 +0000 (23:24 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 24 Nov 2011 08:01:36 +0000 (02:01 -0600)
commitb7f817547d7e1b56c1afbf4411df6fd73a0d78e9
treedfbf2777fd5bd86448a8f5c099886b4a5b06daa0
parent2e8685a491c1063a4126598b10ecb78d1d20f537
powerpc/85xx: Rework MPC8544DS device tree

Utilize new split between board & SoC, and new SoC device trees split
into pre & post utilizing 'template' includes for SoC IP blocks.

Other changes include:
* Moved to a standard 2 #address-cells & #size-cells at top-level
* Moved to specifying interrupt-parent for mpic at root
* Moved to 4-cell mpic interrupt cells to support MPIC timers
* Removed CPU properties setup by u-boot to match other .dts
* Added localbus node, but no chipselect details at this point
* Reworked PCIe nodes to allow supportin IRQs for controller (errors)
  and moved PCI device IRQs down to virtual bridge level
* Moved mdio nodes up one level instead of under tsec nodes
* Updated ethernet 'model' to 'eTSEC' as that's what on MPC8544
* Dropping "fsl,mpc8544-IP..." from compatibles for standard blocks

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/fsl/mpc8544si-post.dtsi [new file with mode: 0644]
arch/powerpc/boot/dts/fsl/mpc8544si-pre.dtsi [new file with mode: 0644]
arch/powerpc/boot/dts/mpc8544ds.dts
arch/powerpc/boot/dts/mpc8544ds.dtsi [new file with mode: 0644]