[PATCH 2/4] nvmem: qfprom: Specify LE device endianness

2015-12-14 Thread Srinivas Kandagatla
From: Stephen Boyd The qfprom is a little endian device, but so far we've been relying on the regmap mmio bus handling this for us without explicitly stating that fact. After commit 4a98da2164cf (regmap-mmio: Use native endianness for read/write, 2015-10-29), the regmap mmio bus will read/write

[PATCH 2/4] nvmem: qfprom: Specify LE device endianness

2015-12-14 Thread Srinivas Kandagatla
From: Stephen Boyd The qfprom is a little endian device, but so far we've been relying on the regmap mmio bus handling this for us without explicitly stating that fact. After commit 4a98da2164cf (regmap-mmio: Use native endianness for read/write, 2015-10-29), the regmap