drm/bridge: tc358762: Guess the meaning of LCDCTRL bits
authorMarek Vasut <marex@denx.de>
Thu, 15 Jun 2023 20:19:01 +0000 (22:19 +0200)
committerRobert Foss <rfoss@kernel.org>
Thu, 22 Jun 2023 09:13:30 +0000 (11:13 +0200)
commit80382226ef6ff7789ad96227a7f2ded95244e96e
treeeab343107ae6b57266b49c347d1b89b327c571cd
parent362fa8f6e6a05089872809f4465bab9d011d05b3
drm/bridge: tc358762: Guess the meaning of LCDCTRL bits

The register content and behavior is very similar to TC358764 VP_CTRL.
All the bits except for unknown bit 6 also seem to match, even though
the datasheet is just not available. Add a comment and reuse the bit
definitions.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230615201902.566182-4-marex@denx.de
drivers/gpu/drm/bridge/tc358762.c