1. 20 12月, 2015 3 次提交
    • M
      arm: socfpga: arria5-socdk: Remove Micrel PHY configuration · 6b9cdb71
      Marek Vasut 提交于
      The Micrel PHY configuration is now done from OF, so hard-coding
      the configuration into the board file is no longer necessary.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      6b9cdb71
    • M
      arm: socfpga: socrates: Add missing PHY skew config · 5d8546ef
      Marek Vasut 提交于
      Add missing KSZ9021 PHY skew configuration for the EBV socrates board.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      5d8546ef
    • M
      net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF · 22854bda
      Marek Vasut 提交于
      Add code to process the KSZ9021/KSZ9031 OF props if they are present
      and configure skew registers based on the information from the OF.
      This code is only enabled if the DM support for ethernet is also
      enabled.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
      
      V2: - Implement struct ksz90x1_reg_field to describe the skew register
            fields more accurately.
          - Fix RXDV/TXEN skew register default value and offset.
      22854bda
  2. 18 12月, 2015 37 次提交