mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
media: imx: imx7_mipi_csis: Print the RESOL_CH0 register
Add the RESOL_CH0 register to the list of registers printed through the debugfs debug infrastructure for the driver, as it can be useful to verify proper configuration of the CSI-2 receiver. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
770cbf89f9
commit
535e9ea794
@@ -301,6 +301,7 @@ static int mipi_csis_dump_regs(struct csi_state *state)
|
||||
{ 0x20, "DPHYSTS" },
|
||||
{ 0x10, "INTMSK" },
|
||||
{ 0x40, "CONFIG_CH0" },
|
||||
{ 0x44, "RESOL_CH0" },
|
||||
{ 0xC0, "DBG_CONFIG" },
|
||||
{ 0x38, "DPHYSLAVE_L" },
|
||||
{ 0x3C, "DPHYSLAVE_H" },
|
||||
|
||||
Reference in New Issue
Block a user