On Wed, Aug 14, 2024 at 12:37 PM Frank Li <Frank.li@xxxxxxx> wrote: > After Alexander Stein point out, check spec, and dump watch dog reset value > at ls1043a platform. > > 0x02A80000: 00 30 00 00 00 10 00 04 00 01 00 00 00 00 00 0 > > It is big-endian. imx2_wdt.c use regmap which call regmap_get_val_endian() > to handle endian. > > So this change is corret. > > Reviewed-by: Frank Li <Frank.Li@xxxxxxx> Shouldn't 'big-endian: true' be conditionally enabled only for the Layerscape platforms?