drm/bridge: chrontel-ch7033: Add byteswap order setting
authorChris Morgan <macromorgan@hotmail.com>
Fri, 2 Sep 2022 15:39:06 +0000 (10:39 -0500)
committerRobert Foss <robert.foss@linaro.org>
Fri, 2 Sep 2022 16:21:23 +0000 (18:21 +0200)
commitce9564cfc9aea65e68eb343c599317633bc2321a
treed98919c272be75aba683670cfa67f1e365c24578
parenta4be71430c76eca43679e8485085c230afa84460
drm/bridge: chrontel-ch7033: Add byteswap order setting

Add the option to set the byteswap order in the devicetree. For the
official HDMI DIP for the NTC CHIP the byteswap order needs to be
RGB, however the driver sets it as BGR. With this patch the driver
will remain at BGR unless manually specified via devicetree.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220902153906.31000-3-macroalpha82@gmail.com
drivers/gpu/drm/bridge/chrontel-ch7033.c