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

Commit 8e9fe236 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: cdm: Correct bitvalue for burst enable" into camera-kernel.lnx.3.1

parents 977525b1 66a75b70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define CAM_CDM_AHB_BURST_LEN_4  (BIT(2) - 1)
#define CAM_CDM_AHB_BURST_LEN_8  (BIT(3) - 1)
#define CAM_CDM_AHB_BURST_LEN_16 (BIT(4) - 1)
#define CAM_CDM_AHB_BURST_EN      BIT(5)
#define CAM_CDM_AHB_BURST_EN      BIT(4)
#define CAM_CDM_AHB_STOP_ON_ERROR BIT(8)
#define CAM_CDM_ARB_SEL_RR        BIT(16)
#define CAM_CDM_IMPLICIT_WAIT_EN  BIT(17)