1. 12 7月, 2012 1 次提交
  2. 18 1月, 2012 1 次提交
  3. 24 11月, 2011 2 次提交
    • K
      powerpc/85xx: Rework P2020DS device tree · 7f9ce714
      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
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors)
        and moved PCI device IRQs down to virtual bridge level
      * Updated spi node to new espi binding specification
      * Renamed 'sdhci' node to 'sdhc'
      * Changed GPIO compatiable from 'fsl,mpc8572-gpio' to 'fsl,pq3-gpio' as the
       'mpc8572' compatiable is to deal with a 'mpc8572' specific to an erratum
      * Fixed wrong reg offsets for mdio nodes associated with etsec2 & etsec3
      * Dropping "fsl,p2020-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      7f9ce714
    • 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