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

Commit 23105bad authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "i2c-msm-v2: correct BAM configuration"

parents 3303f5db e2bc7b59
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,
	};