1. 16 3月, 2012 2 次提交
  2. 24 11月, 2011 6 次提交
    • K
      4de0e39c
    • K
      powerpc/85xx: Rework MPC8572DS device tree · 53291959
      Kumar Gala 提交于
      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 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
      * 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
      * Added GPIO controller node to MPC8572 SoC template
      * Dropping "fsl,mpc8572-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      53291959
    • K
      powerpc/85xx: Rework MPC8568MDS device tree · 1a23b4a6
      Kumar Gala 提交于
      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
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors)
        and moved PCI device IRQs down to virtual bridge level
      * Dropping "fsl,mpc8568-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      1a23b4a6
    • K
      powerpc/85xx: Rework MPC8544DS device tree · b7f81754
      Kumar Gala 提交于
      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: NKumar Gala <galak@kernel.crashing.org>
      b7f81754
    • K
      powerpc/85xx: Rework MPC8536DS device trees · 2e8685a4
      Kumar Gala 提交于
      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 specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * 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
      * Added GPIO controller node to MPC8536 SoC template
        [ marked as MPC8572 compatiable to get errata handling that applies ]
      * Added missing cache-line-size & cache-size properties missing from
        L2-cache node
      * Added IP level IEEE 1588 / ptp timer node
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      2e8685a4
    • K
      powerpc/85xx: create dts components to build up an SoC · 56525200
      Kumar Gala 提交于
      Introduce some common components that we can utilize to build up the
      various PQ3/85xx device trees.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      56525200