1. 17 10月, 2015 1 次提交
    • Y
      powerpc/dts: Add and fix 1588 timer node for eTSEC · 07e9117e
      Yangbo Lu 提交于
      Add 1588 timer node in files:
      arch/powerpc/boot/dts/bsc9131rdb.dtsi
      arch/powerpc/boot/dts/bsc9132qds.dtsi
      arch/powerpc/boot/dts/p1010rdb.dtsi
      arch/powerpc/boot/dts/p1020rdb-pd.dts
      arch/powerpc/boot/dts/p1021rdb-pc.dtsi
      arch/powerpc/boot/dts/p1022ds.dtsi
      arch/powerpc/boot/dts/p1025twr.dtsi
      For P2020RDB-PC, registers' values should be calculated
      based on default 1588 reference clock(300MHz) not 250MHz,
      and fix this in file:
      arch/powerpc/boot/dts/p2020rdb-pc.dtsi
      Signed-off-by: NYangbo Lu <yangbo.lu@freescale.com>
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      07e9117e
  2. 08 1月, 2014 2 次提交
  3. 10 7月, 2012 1 次提交
  4. 16 3月, 2012 2 次提交
  5. 05 1月, 2012 1 次提交
    • A
      powerpc: Add TBI PHY node to first MDIO bus · 22066949
      Andy Fleming 提交于
      Systems which use the fsl_pq_mdio driver need to specify an
      address for TBI PHY transactions such that the address does
      not conflict with any PHYs on the bus (all transactions to
      that address are directed to the onboard TBI PHY). The driver
      used to scan for a free address if no address was specified,
      however this ran into issues when the PHY Lib was fixed so
      that all MDIO transactions were protected by a mutex. As it
      is, the code was meant to serve as a transitional tool until
      the device trees were all updated to specify the TBI address.
      
      The best fix for the mutex issue was to remove the scanning code,
      but it turns out some of the newer SoCs have started to omit
      the tbi-phy node when SGMII is not being used. As such, these
      devices will now fail unless we add a tbi-phy node to the first
      mdio controller.
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      22066949
  6. 24 11月, 2011 2 次提交