summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorLaurent Pinchart2016-09-07 14:36:31 +0200
committerMauro Carvalho Chehab2017-04-15 03:43:17 +0200
commit98eee2550f7b5e800641e90469f400a8c06fde73 (patch)
treea9f0ce7a4746a7260d9073b3f99dbdd65d0a6f8d /drivers/media/platform
parent[media] v4l: vsp1: Support histogram generators in pipeline configuration (diff)
downloadkernel-qcow2-linux-98eee2550f7b5e800641e90469f400a8c06fde73.tar.gz
kernel-qcow2-linux-98eee2550f7b5e800641e90469f400a8c06fde73.tar.xz
kernel-qcow2-linux-98eee2550f7b5e800641e90469f400a8c06fde73.zip
[media] v4l: vsp1: Fix HGO and HGT routing register addresses
The addresses are incorrect, fix them. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/vsp1/vsp1_regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_regs.h b/drivers/media/platform/vsp1/vsp1_regs.h
index 47b1dee044fb..61369e267667 100644
--- a/drivers/media/platform/vsp1/vsp1_regs.h
+++ b/drivers/media/platform/vsp1/vsp1_regs.h
@@ -328,8 +328,8 @@
#define VI6_DPR_ROUTE_RT_MASK (0x3f << 0)
#define VI6_DPR_ROUTE_RT_SHIFT 0
-#define VI6_DPR_HGO_SMPPT 0x2050
-#define VI6_DPR_HGT_SMPPT 0x2054
+#define VI6_DPR_HGO_SMPPT 0x2054
+#define VI6_DPR_HGT_SMPPT 0x2058
#define VI6_DPR_SMPPT_TGW_MASK (7 << 8)
#define VI6_DPR_SMPPT_TGW_SHIFT 8
#define VI6_DPR_SMPPT_PT_MASK (0x3f << 0)