1. 17 2月, 2010 1 次提交
    • A
      powerpc/mpc5121: update mpc5121ads DTS · dcc79d78
      Anatolij Gustschin 提交于
      Collects several changes needed after applying
      previous mpc5121 platform and driver patches:
      
      - Add mpc5121 reset module node
      - Clean up and fix NAND description, remove unused properties
        here and correct NAND flash chip size.
      - Clean up I2C nodes: remove obsolete "cell-index" properties,
        add "fsl,preserve-clocking" property
      - Add I2C RTC node for m41t61 RTC
      - Add I2C nodes for AD7414 temperature sensor and AT24C32CD3 EEPROM
      - Fix compatible property in DMA node
      - Clean up CAN nodes, remove unused "cell-index" properties
      - Fix compatible property in DIU node
      - USB node changes:
          - use "fsl,mpc5121-usb2-dr" compatible property only
          - remove "port0" and "port1" properties as these are only used
            for multi-port host(MHP) module which is not available
            on MPC5121.
          - use 'fsl,invert-drvvbus' and 'fsl,invert-pwr-fault' in
            USB node for internal PHY to specify polarities
            of the appropriate port pins.
      Signed-off-by: NPiotr Ziecik <kosmo@semihalf.com>
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Signed-off-by: NDetlev Zundel <dzu@denx.de>
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      dcc79d78
  2. 15 10月, 2009 1 次提交
  3. 14 10月, 2008 1 次提交
  4. 13 7月, 2008 1 次提交
    • J
      powerpc/mpc5121: Update device tree for MPC5121ADS evaluation board · 4df64c3e
      John Rigby 提交于
      Current device tree is only bare bones.  This patch adds nodes to make
      it a complete tree for the MPC5121ads.
      
      Added nodes include:
          mbx      - opengl coprocessor
          nfc      - nand flash controller
          cpld-pic - on board cpld
          rtc
          clock    - clock control
          pmc      - power management control
          gpio
          mscan    - can module
          i2c
          axe      - audio coprocessor
          display  - display interface unit
          mdio
          ethernet
          usb
          ioctl    - pin config
          pata
          ac97     - PSC configured as AC97
          pscfifo  - psc fifo configuration
          dma
          pci
      
      Fix typo in header changing MDS to ADS.
      
      Add a compatible property of the form "fsl,mpc5121-..."
      to nodes missing one.
      
      Changed localbus compatible to fsl,mpc5121-localbus, this does
      not break anything because the only code that uses it finds it
      via the node name, not compatible.
      Signed-off-by: NJohn Rigby <jrigby@freescale.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      4df64c3e
  5. 07 2月, 2008 1 次提交