1. 12 10月, 2011 1 次提交
    • T
      powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards · 499ccb27
      Timur Tabi 提交于
      Standarize and document the FPGA nodes used on Freescale QorIQ reference
      boards.  There are different kinds of FPGAs used on the boards, but
      only two are currently standard: "pixis", "ngpixis", and "qixis".  Although
      there are minor differences among the boards that have one kind of FPGA, most
      of the functionality is the same, so it makes sense to create common
      compatibility strings.
      
      We also need to update the P1022DS platform file, because the compatible
      string for its PIXIS node has changed.  This means that older kernels are
      not compatible with newer device trees.  This is not a real problem, however,
      since that particular function doesn't work anyway.  When the DIU is active,
      the PIXIS is in "indirect mode", and so cannot be accessed as a memory-mapped
      device.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      499ccb27
  2. 08 7月, 2011 1 次提交
  3. 22 6月, 2011 1 次提交
    • T
      powerpc/p1022ds: fix audio-related properties in the device tree · f3fed682
      Timur Tabi 提交于
      On the Freescale P1022DS reference board, the SSI audio controller is
      connected in "asynchronous" mode to the codec's clocks, so the device tree
      needs an "fsl,ssi-asynchronous" property.
      
      Also remove the clock-frequency property from the wm8776 node, because
      the clock is enabled only if U-Boot enables it, and U-Boot will set the
      property if the clock is enabled.  A future version of the P1022DS audio
      driver will configure the clock itself, but for now, the driver should
      not be told that the clock is running when it isn't.
      
      Also fix the FIFO depth to 15, instead of 16.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      f3fed682
  4. 19 5月, 2011 1 次提交
  5. 15 3月, 2011 1 次提交
  6. 13 1月, 2011 1 次提交
  7. 14 10月, 2010 1 次提交
  8. 05 8月, 2010 1 次提交