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

Commit fee17d4f authored by Ohad Ben-Cohen's avatar Ohad Ben-Cohen
Browse files

OMAP4: iommu: fix clock name



0e433271 "OMAP4: clock: Fix clock names and align with hwmod names"
renamed ducati_ick to ipu_fck.

Update OMAP4's iommu_device accordingly, so that omap_iommu_probe
doesn't break when calling clk_get.

Signed-off-by: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent 66cf402b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ static struct iommu_device omap4_devices[] = {
		.pdata = {
			.name = "ducati",
			.nr_tlb_entries = 32,
			.clk_name = "ducati_ick",
			.clk_name = "ipu_fck",
			.da_start = 0x0,
			.da_end = 0xFFFFF000,
		},