Hi Advait, > Add support for AMOLED panels based on the ChipWealth CH13726A > MIPI DSI display driver IC. > > The driver configures the MIPI DSI interface for 4 data lanes in RGB888 > video mode, performs the panel reset sequence, sends the vendor-specific > initialization commands required by the controller, and enables the > panel using the standard MIPI DCS Sleep Out and Display On commands. > > This driver is based on an earlier implementation by Pratham Malaviya. > > Signed-off-by: Advait Dhamorikar <[email protected]> > ---
... > +// SPDX-License-Identifier: GPL-2.0+ > +/* > + * ChipWealth CH13726A DSI panel driver > + * > + * Copyright (C) 2026 Mecha Systems > + * Author(s): > + * Advait Dhamorikar <[email protected]> > + * Pratham Malaviya <[email protected]> Please use [email protected] instead of [email protected] Also add Copyright (C) 2026 Silicon Signals Pvt. Ltd. along with Mecha Systems. Best Regards, Pratham.
