On Sat, 30 Nov 2024 at 10:29, Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > + > > +static int summit_resume(struct device *dev) > > +{ > > + return summit_set_brightness(dev); > > Doesn't the generic code already handle that for you? Apparently not, I have commented out the pm ops, entered sleep and the display stayed on.