]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: kzm9g: Modify bus controller setting for CS4
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Mon, 16 Jul 2012 19:13:11 +0000 (19:13 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:23 +0000 (02:04 +0200)
commitd95a96a072d1ae2c8c14217caf52a7864f18b0e3
treed585eccf5af915ef13b47d73fa9433f6e02ec147
parent087a277b1add0d32087da2b99743c0af53c5589b
arm: rmobile: kzm9g: Modify bus controller setting for CS4

Problem:
Linux kernel hangs up when it write a file to NFS mounted directory.
Solution:
Modify bus controller setting for CS4, which connected smsc9221 ethernet
controller.

Detail:
Modify CS4BCR bit[29:28] (IWW[1:0]) from 00 to 01.
Modify CS4BCR bit[20:19] (IWRRD[1:0]) from 00 to 01.
Modify CS4BCR bit[17:16] (IWRRS[1:0]) from 00 to 01.
Modify CS4WCR bit[27:26] (WSW[1:0]) from 10 to 11
Modify CS4WCR bit[25:24] (WHW[1:0]) from 01 to 10
Modify CS4WCR bit[18:16] (WW[2:0]) from 101 to 111
Modify CS4WCR bit[13:11] (SW[2:0]) from 010 to 011
Modify CS4WCR bit[10:7] (WR[3:0]) from 1000 to 1011

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/kmc/kzm9g/kzm9g.c