Xiubo Li wrote: > - sai->big_endian_data = of_property_read_bool(np, "big-endian-data"); > + sai->is_msb_first = of_property_read_bool(np, "msb-first"); This will break backwards compatibility with older device trees.