Skip to content

Commit 0b665d4

Browse files
bebarinorobertfoss
authored andcommitted
drm/bridge: ti-sn65dsi86: Set max register for regmap
Set the maximum register to 0xff so we can dump the registers for this device in debugfs. Fixes: a095f15 ("drm/bridge: add support for sn65dsi86 bridge driver") Cc: Rob Clark <[email protected]> Cc: Douglas Anderson <[email protected]> Cc: Laurent Pinchart <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Robert Foss <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent d0a0b6c commit 0b665d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/bridge/ti-sn65dsi86.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ static const struct regmap_config ti_sn65dsi86_regmap_config = {
213213
.val_bits = 8,
214214
.volatile_table = &ti_sn_bridge_volatile_table,
215215
.cache_type = REGCACHE_NONE,
216+
.max_register = 0xFF,
216217
};
217218

218219
static int __maybe_unused ti_sn65dsi86_read_u16(struct ti_sn65dsi86 *pdata,

0 commit comments

Comments
 (0)