On Thu, Dec 21, 2023 at 06:13:44PM +0800, Shenghao Ding wrote: > Add tas2563 to better support dsp mode. DSP ... > +// The TAS2781/TAS2563 driver implements a flexible and configurable Ordered? ... > +// TAS2781/TAS2563 chips. Ditto. ... > static const struct i2c_device_id tasdevice_id[] = { > { "tas2781", TAS2781 }, > + { "tas2563", TAS2563 }, Ditto > {} > }; ... > static const struct of_device_id tasdevice_of_match[] = { > { .compatible = "ti,tas2781" }, > + { .compatible = "ti,tas2563" }, Ditto. > {}, > }; -- With Best Regards, Andy Shevchenko