Re: [PATCH] drm/panel-edp: Fix AUO B133UAN01 panel id

2022-03-30 Thread Doug Anderson
Hi, On Wed, Mar 30, 2022 at 9:04 AM Matthias Kaehlcke wrote: > > Two digits are swapped in the AUO B133UAN01 panel id (0x8495 instead > of 0x8594). This went initially unnoticed because the panel is still > detected, though it is set up with a conservative default timing. Fix > the digit swap. >

[PATCH] drm/panel-edp: Fix AUO B133UAN01 panel id

2022-03-30 Thread Matthias Kaehlcke
Two digits are swapped in the AUO B133UAN01 panel id (0x8495 instead of 0x8594). This went initially unnoticed because the panel is still detected, though it is set up with a conservative default timing. Fix the digit swap. Fixes: ec57376fba5a ("drm/panel-edp: Add AUO B133UAN01") Signed-off-by: Ma