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

Commit a161d6aa authored by Viswanadha Raju Thotakura's avatar Viswanadha Raju Thotakura
Browse files

msm: camera: Populate device node for secure context bank



Populate device node for secure context bank to global
camera iommu structure.

Change-Id: Id837b69da52e8f9e26713938da141a6815b02905
Signed-off-by: default avatarViswanadha Raju Thotakura <viswanad@codeaurora.org>
parent ec9ea7a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3307,6 +3307,7 @@ static int cam_populate_smmu_context_banks(struct device *dev,

	if (cb->is_secure) {
		/* increment count to next bank */
		cb->dev = dev;
		iommu_cb_set.cb_init_count++;
		return 0;
	}