1. 06 8月, 2008 2 次提交
    • K
      mpc5121: Move iopin features from board specific to common files. · 6689484c
      Kenneth Johansson 提交于
      And in the process eliminate some duplicate register defines.
      Signed-off-by: NKenneth Johansson <kenneth@southpole.se>
      6689484c
    • J
      mpc5121: squash some fdt fixup errors · ef11df6b
      John Rigby 提交于
      On ADS5121 when booting linux the following errors are seen:
          Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
          Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
          Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
      
      This is caused by ft_cpu_setup trying to deal with
      both old and new soc node naming.  This patch
      fixes this by being smarter about what to
      fixup.
      
      Also do soc node fixups by compatible instead of by path.
      A new board config called OF_SOC_COMPAT defined
      to be "fsl,mpc5121-immr" replaces the old
      OF_SOC node path that was defined to be "soc@80000000".
      
      Old device trees still work, but the compatiblity
      is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
      which is on by default in include/configs/ads5121.h.
      Signed-off-by: NJohn Rigby <jrigby@freescale.com>
      ef11df6b
  2. 03 8月, 2008 5 次提交
  3. 02 8月, 2008 1 次提交
  4. 01 8月, 2008 7 次提交
  5. 31 7月, 2008 21 次提交
  6. 30 7月, 2008 4 次提交