On 01/12/2020 02:23, Laurent Pinchart wrote:
Hi Tomi,
Thank you for the patch.
On Tue, Nov 24, 2020 at 02:45:27PM +0200, Tomi Valkeinen wrote:
Add a panel database to the driver instead of reading propertes from DT data. This is similar to panel-simple, and I believe it's more future safe way to handle the panels.
No need to care about backward compatibility ?
I don't think this breaks backward compatibility. The data from the board files is now in the panel driver. The old dts files should continue working fine.
Tomi