Skip to content
Commit 4010db56 authored by Stefan Roese's avatar Stefan Roese Committed by David Woodhouse
Browse files

[MTD] [NAND] Fix endianess bug in ndfc.c



The writel() call accidentally clears all bits in the NDFC_CCR
register (endianess problem). Now __raw_writel() is used instead.

Tested on Bamboo with NAND on chip select 0 and chip select 1.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent ddacff1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment