mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
drm: bridge: it66121: Fix the register page length
[ Upstream commit003a1bd6a2
] Set the register page length or window length to 0x100 according to the documentation. Fixes:988156dc2f
("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 Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
c75f150a09
commit
6c8bbbd32a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue