commit | e5a3d5b3307a756b74b894e0c03adcc7e8b793bd | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Oct 15 09:24:14 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 14 09:16:27 2018 -0800 |
tree | 81d0fa83f731c7e56df5b93955e58a1bb0d7592f | |
parent | 460212e25c2fa570c6026a82c9582fd4fae44aab [diff] |
regmap: Add endianness support Add support for switching the endianness of regmap accesses via the "little-endian", "big-endian", and "native-endian" boolean properties in the device tree. The default endianness is native endianness. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>