drm: bridge: it66121: Fix the register page length
authorNicolas Belin <nbelin@baylibre.com>
Wed, 16 Mar 2022 13:57:32 +0000 (14:57 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 24 Mar 2022 08:47:59 +0000 (09:47 +0100)
Set the register page length or window length to
0x100 according to the documentation.

Fixes: 988156dc2fc9 ("drm: bridge: add it66121 driver")
Signed-off-by: Nicolas Belin <nbelin@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220316135733.173950-3-nbelin@baylibre.com
drivers/gpu/drm/bridge/ite-it66121.c

index 69288cf..e81c106 100644 (file)
@@ -227,7 +227,7 @@ static const struct regmap_range_cfg it66121_regmap_banks[] = {
                .selector_mask = 0x1,
                .selector_shift = 0,
                .window_start = 0x00,
-               .window_len = 0x130,
+               .window_len = 0x100,
        },
 };