[U-Boot] [PATCH 0/5] IFC/ELBC: Update IP input clock

Prabhakar Kushwaha prabhakar.kushwaha at nxp.com
Tue Jan 24 11:34:00 CET 2017


IP clock is always a constant divisor of platform clock
pre-defined per SoC. Clock control register  used in
current implementation governs IP output clock.

So update IP clock to be defined as per predefined clock
divisor of platform clock

Prabhakar Kushwaha (5):
  arch: powerpc: Move CONFIG_FSL_IFC to Kconfig
  arch: powerpc: update the IFC IP input clock
  arch: arm: update the IFC IP input clock
  arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig
  arch: powerpc: update the eLBC IP input clock

 README                                             |  6 ++
 arch/arm/cpu/armv7/ls102xa/clock.c                 |  9 +--
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 10 +--
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 10 +--
 arch/powerpc/cpu/mpc85xx/Kconfig                   | 73 ++++++++++++++++++++++
 arch/powerpc/cpu/mpc85xx/speed.c                   | 38 ++---------
 arch/powerpc/cpu/mpc86xx/speed.c                   | 14 +----
 include/configs/B4860QDS.h                         |  1 -
 include/configs/BSC9131RDB.h                       |  1 -
 include/configs/BSC9132QDS.h                       |  1 -
 include/configs/C29XPCIE.h                         |  1 -
 include/configs/MPC8313ERDB.h                      |  1 -
 include/configs/MPC8315ERDB.h                      |  1 -
 include/configs/MPC837XEMDS.h                      |  1 -
 include/configs/MPC837XERDB.h                      |  1 -
 include/configs/MPC8536DS.h                        |  1 -
 include/configs/MPC8569MDS.h                       |  2 -
 include/configs/MPC8572DS.h                        |  1 -
 include/configs/P1010RDB.h                         |  1 -
 include/configs/P1022DS.h                          |  1 -
 include/configs/P1023RDB.h                         |  1 -
 include/configs/P2041RDB.h                         |  1 -
 include/configs/T102xQDS.h                         |  1 -
 include/configs/T102xRDB.h                         |  1 -
 include/configs/T1040QDS.h                         |  1 -
 include/configs/T104xRDB.h                         |  1 -
 include/configs/T208xQDS.h                         |  1 -
 include/configs/T208xRDB.h                         |  1 -
 include/configs/T4240RDB.h                         |  1 -
 include/configs/UCP1020.h                          |  1 -
 include/configs/controlcenterd.h                   |  1 -
 include/configs/corenet_ds.h                       |  1 -
 include/configs/cyrus.h                            |  1 -
 include/configs/ids8313.h                          |  2 -
 include/configs/km/kmp204x-common.h                |  1 -
 include/configs/p1_p2_rdb_pc.h                     |  1 -
 include/configs/p1_twr.h                           |  1 -
 include/configs/t4qds.h                            |  1 -
 include/configs/ve8313.h                           |  1 -
 include/configs/xpedite537x.h                      |  1 -
 include/configs/xpedite550x.h                      |  1 -
 41 files changed, 89 insertions(+), 107 deletions(-)

-- 
2.7.4




More information about the U-Boot mailing list