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

Commit e2bc7b59 authored by Ankit Gupta's avatar Ankit Gupta
Browse files

i2c-msm-v2: correct BAM configuration



BAM manage-property setting should be set to remote
as BAM resources doesnt manage locally.

Change-Id: I255cce0e65f8fcf4d2f597568e0197a0c6dc563d
Signed-off-by: default avatarAnkit Gupta <ankgupta@codeaurora.org>
parent 408d933c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2190,7 +2190,7 @@ static int i2c_msm_bam_reg_dev(struct i2c_msm_ctrl *ctrl, ulong *bam_handle)
	struct sps_bam_props props = {
		.phys_addr = phy_addr,
		.irq       = bam->irq,
		.manage    = SPS_BAM_MGR_LOCAL,
		.manage    = SPS_BAM_MGR_DEVICE_REMOTE,
		.summing_threshold = 0x10,
	};