mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
authorKumar Gala <galak@kernel.crashing.org>
Wed, 28 Feb 2007 05:51:42 +0000 (23:51 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 2 Mar 2007 20:08:26 +0000 (14:08 -0600)
commit4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
treee1b7ec0bc2a40f7010565599abfe3dbc90b21db9
parentd51b3cf371cd441030460ef19d36b2924c361b1a
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>
cpu/mpc83xx/cpu_init.c
include/configs/MPC8349EMDS.h
include/configs/TQM834x.h
include/configs/sbc8349.h
include/mpc83xx.h