]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fix system config overwrite @ MPC834x and MPC8313
authorAndre Schwarz <andre.schwarz@matrix-vision.de>
Mon, 23 Jun 2008 09:40:56 +0000 (11:40 +0200)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 25 Jun 2008 22:04:28 +0000 (17:04 -0500)
commit846f1574ddddeda2bc227655e687308695f41cdc
tree80d5babf6387fc12c2a174c9305c9c6e706464b7
parent4890246a2c5df90a74e2941e3673a49bbd36aee9
fix system config overwrite @ MPC834x and MPC8313

During 83xx setup the "System I/O configuration register high" gets
overwritten with user defined value if CFG_SICRH is defined.

Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
must keep their reset value regardless of configuration.

On my board (using RGMII) those bits are set after reset - yet it's
unclear where they come from.

The patch keeps both bits on MPC834x and MPC8313.

Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
cpu/mpc83xx/cpu_init.c