27 Feb
2014
27 Feb
'14
5:06 p.m.
On 02/27/2014 09:23 AM, Markus Pargmann wrote:
+static const struct regmap_config fsl_ssi_regconfig = {
- .max_register = CCSR_SSI_SACCDIS,
- .reg_bits = 32,
- .val_bits = 32,
- .reg_stride = 4,
+#ifdef PPC
- .val_format_endian = REGMAP_ENDIAN_BIG,
+#endif
Is this really needed for your PPC platforms?
I don't know if this is necessary. I don't have any PPC hardware where I could test this driver. This is just a guess how regmap for this driver and PPC should look like based on the previous code. So it would be great if anyone could test this regmap config on PPC.
I will *try* to test this out.