On Fri, 14 Oct 2016, Paul Burton wrote: > The regmap devicetree binding documentation states that a native-endian > property should be supported as well as big-endian & little-endian, > however syscon in its duplication of the parsing of these properties > omits support for native-endian. Fix this by setting > REGMAP_ENDIAN_NATIVE when a native-endian property is found. > > Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx> > Cc: Lee Jones <lee.jones@xxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Guenter Roeck <linux@xxxxxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > --- Tested-by: Maciej W. Rozycki <macro@xxxxxxxxxx> Maciej