regmap: mmio: Parse endianness definitions from DT
authorMark Brown <broonie@kernel.org>
Tue, 29 Mar 2016 19:30:44 +0000 (12:30 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 30 Mar 2016 15:46:15 +0000 (08:46 -0700)
commit0dbdb76c0ca8e7caf27c9a210f64c4359e2974a4
treeaee340f0583fafe77bcfdf11a9f042aa394021f8
parent4f7d6dd4df8b388e2056c89b528254cdd79dea2a
regmap: mmio: Parse endianness definitions from DT

Since we changed to do formatting in the bus we now skip all the format
parsing that the core does for its data marshalling code.  This means
that we skip the DT parsing it does which breaks some systems, we need
to add an explict call in the MMIO code to do this.

Reported-by: Alexander Stein <alexander.stein@systec-electronic.com>
Tested-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-mmio.c