OSDN Git Service

drm/panel-edp: Fix AUO B133UAN01 panel id
authorMatthias Kaehlcke <mka@chromium.org>
Wed, 30 Mar 2022 16:04:44 +0000 (09:04 -0700)
committerDouglas Anderson <dianders@chromium.org>
Wed, 30 Mar 2022 21:07:24 +0000 (14:07 -0700)
commitd049a24b15d8c1c90461933f0526b582a8cdf9b4
tree7042e1e03e7370686d9718e14b32169b4508bc5a
parentec57376fba5abc0e571617ff88e2ade7970c2e4b
drm/panel-edp: Fix AUO B133UAN01 panel id

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: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220330090435.1.Id1522250dd07a6b574c1cc7826023fc6acd141b4@changeid
drivers/gpu/drm/panel/panel-edp.c