nvmem: uniphier: change access unit from 32bit to 8bit
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Fri, 15 Dec 2017 14:06:07 +0000 (14:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 09:39:33 +0000 (10:39 +0100)
commit683618b0639387c5eda79b2f2753c35f3dd648d7
tree6a59915a1704c4a9eb7c5c977601a4a283db193c
parentfc2f997035fef8463abcf8a0a1f3d92c7c6fdf0a
nvmem: uniphier: change access unit from 32bit to 8bit

The efuse on UniPhier allows 8bit access according to the specification.
Since bit offset of nvmem is limited to 0-7, it is desiable to change
access unit of nvmem to 8bit.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/uniphier-efuse.c