diff options
author | Laurent Pinchart <[email protected]> | 2020-03-10 17:06:25 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2020-03-12 17:29:42 +0100 |
commit | 535e9ea794cf3aed0ac18d45d63bf2805be2a7a4 (patch) | |
tree | f203189739e9bd92a108f596e1263e859c7a7fac | |
parent | 770cbf89f90b0663499dbb3f03aa81b3322757ec (diff) |
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 <[email protected]>
Reviewed-by: Rui Miguel Silva <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/staging/media/imx/imx7-mipi-csis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/media/imx/imx7-mipi-csis.c b/drivers/staging/media/imx/imx7-mipi-csis.c index 0053e8b0b88e..f96e32549381 100644 --- a/drivers/staging/media/imx/imx7-mipi-csis.c +++ b/drivers/staging/media/imx/imx7-mipi-csis.c @@ -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" }, |