On Thu, Sep 04, 2025 at 03:22:32AM +0300, Vladimir Yakovlev wrote: > The STARRY XR109AI2T is a 10.95" 1200x2000 (WUXGA+) TFT LCD panel with > himax-hx83102 controller. Hence, we add a new compatible with panel > specific config. > > Signed-off-by: Vladimir Yakovlev <[email protected]> > --- > drivers/gpu/drm/panel/panel-himax-hx83102.c | 193 ++++++++++++++++++++ > 1 file changed, 193 insertions(+) >
> + > + mipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETPOWER, 0x2C, 0xB1, > + 0xB1, 0x2D, 0xED, 0x32, 0xD7, 0x43, 0x36, > + 0x36, 0x36, 0x36); The rest of the file uses lower case hex. Could you please follow the pattern? The rest LGTM. > + mipi_dsi_dcs_write_seq_multi(&dsi_ctx, HX83102_SETSPCCMD, 0xD9); -- With best wishes Dmitry
