mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-28 11:21:04 -05:00
The regmap binding talks about one thing, which is register endianess, and it gets almost every aspect of it wrong. This replaces the current text of the file with a version that makes more sense and that matches what we implement now. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes:a06c488da0("regmap: Add explict native endian flag to DT bindings") Fixes:275876e208("regmap: Add the DT binding documentation for endianness") Signed-off-by: Mark Brown <broonie@kernel.org>