-
- Downloads
mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
The config value for:
* CFG_ACR_PIPE_DEP
* CFG_ACR_RPTCNT
* CFG_SPCR_TSEC1EP
* CFG_SPCR_TSEC2EP
* CFG_SCCR_TSEC1CM
* CFG_SCCR_TSEC2CM
Were not being used when setting the appropriate register
Added:
* CFG_SCCR_USBMPHCM
* CFG_SCCR_USBDRCM
* CFG_SCCR_PCICM
* CFG_SCCR_ENCCM
To allow full config of the SCCR.
Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
that were just bogus.
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
Showing
- cpu/mpc83xx/cpu_init.c 28 additions, 6 deletionscpu/mpc83xx/cpu_init.c
- include/configs/MPC8349EMDS.h 0 additions, 11 deletionsinclude/configs/MPC8349EMDS.h
- include/configs/TQM834x.h 0 additions, 11 deletionsinclude/configs/TQM834x.h
- include/configs/sbc8349.h 0 additions, 11 deletionsinclude/configs/sbc8349.h
- include/mpc83xx.h 2 additions, 7 deletionsinclude/mpc83xx.h
Loading
Please register or sign in to comment