regmap: mmio: Explicitly say little endian is the defualt in the bus config
authorMark Brown <broonie@kernel.org>
Thu, 31 Mar 2016 17:18:09 +0000 (10:18 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 31 Mar 2016 20:41:12 +0000 (13:41 -0700)
commit2ed94f6fde066fb37bc3553b786edb805561699e
tree18405717bd7018065ba2e3bf3c964e38e0549427
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
regmap: mmio: Explicitly say little endian is the defualt in the bus config

Otherwise the DT parsing will default to big endian if nothing is
specified.

Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-mmio.c