iommu/mediatek: Correct the flush_iotlb_all callback
authorYong Wu <yong.wu@mediatek.com>
Mon, 4 Nov 2019 07:01:02 +0000 (15:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2020 18:48:59 +0000 (19:48 +0100)
commite5c3362bc211bd0c38bd7accac690fdd098978a8
tree9ea2af983b3b8375340134b13a8f7f5c68d25543
parentce1b79a598df3b34625f4c4b6118970fae19cbb0
iommu/mediatek: Correct the flush_iotlb_all callback

commit 2009122f1d83dd8375572661961eab1e7e86bffe upstream.

Use the correct tlb_flush_all instead of the original one.

Fixes: 4d689b619445 ("iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync")
Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iommu/mtk_iommu.c