Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U uboot-imx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • uboot-imx
  • Repository
Switch branch/tag
  • uboot-imx
  • drivers
  • net
  • davinci_emac.c
Find file BlameHistoryPermalink
  • Sudhakar Rajashekhara's avatar
    da850: Add RMII support for EMAC · d2607401
    Sudhakar Rajashekhara authored Nov 18, 2010
    This patch is a port of the work by Sudhakar Rajeshekhara in commit
    ab3effbcad8851cc65dc5241a01c064d2030a3b2 of
    git://arago-project.org/git/people/sandeep/u-boot-davinci.git
    
    .
    
    The da850 UI board has on it an RMII PHY which can be used if the MDC line
    to the MII PHY on the baseboard is disabled and the RMII PHY is enabled by
    configuring the values of some GPIO pins on the IO expander of the UI board.
    This patch implements disabling that line via GPIO2[6], configuring the UI
    board's IO expander and setting only the pinmux settings that are needed for
    RMII operation.
    
    Tested on da850evm by adding a define for CONFIG_DRIVER_TI_EMAC_USE_RMII.
    
    Signed-off-by: default avatarSudhakar Rajashekhara <sudhakar.raj@ti.com>
    Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
    CC: Sandeep Paulraj <s-paulraj@ti.com>
    CC: Ben Warren <biggerbadderben@gmail.com>
    CC: Mike Frysinger <vapier@gentoo.org>
    CC: Sughosh Ganu <urwithsughosh@gmail.com>
    Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
    d2607401