]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: fix IECTRL set code for PH1-Pro4
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 19 Jan 2015 13:31:10 +0000 (22:31 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 22 Jan 2015 15:50:57 +0000 (00:50 +0900)
commit448437496b7cb2b7a80d4b3ada9f225506379c5c
tree12dc9f56fd38004aa88e646bd06e4f5983e8f171
parent061ae4c0bbe8df9aeedfa4a1e6a6dc122a4c157f
ARM: UniPhier: fix IECTRL set code for PH1-Pro4

For PH1-Pro4, the bit 6 of the IECTRL must be set.  It is the only
available bit in this register.  There is no effect of the write
access to the other bits.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/cpu/armv7/uniphier/ph1-pro4/sg_init.c