The addresses are incorrect, fix them.

Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com>
---
 drivers/media/platform/vsp1/vsp1_regs.h | 4 ++--
 1 file 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)
-- 
Regards,

Laurent Pinchart

Reply via email to