Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 323e0ba4 authored by Srikanth Uyyala's avatar Srikanth Uyyala
Browse files

msm:isp: correct the RDI2 base address



Use correct offset while calculating RDI2 config base address

Change-Id: If9268805f2c60c3a17c1d02dc290a564d4b20c65
Signed-off-by: default avatarSrikanth Uyyala <suyyala@codeaurora.org>
parent cebe1742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#define VFE32_EQUAL_SLICE_UB 194
#define VFE32_AXI_SLICE_UB 792
#define VFE32_WM_BASE(idx) (0x4C + 0x18 * idx)
#define VFE32_RDI_BASE(idx) (idx ? 0x734 + 0x4 * (idx - 1) : 0x06FC)
#define VFE32_RDI_BASE(idx) (idx ? 0x734 + 0x70 * (idx - 1) : 0x06FC)
#define VFE32_XBAR_BASE(idx) (0x40 + 0x4 * (idx / 4))
#define VFE32_XBAR_SHIFT(idx) ((idx % 4) * 8)
#define VFE32_PING_PONG_BASE(wm, ping_pong) \