On Wed, Aug 21, 2019 at 09:53:11PM +0800, Yong Wu wrote: > In previous mt2712/mt8173, MediaTek extend the v7s to support 4GB dram. > But in the latest mt8183, We extend it to support the PA up to 34bit. > Then the "MTK_4GB" name is not so fit, This patch only change the quirk > name to "MTK_EXT". > > Signed-off-by: Yong Wu <yong.wu@xxxxxxxxxxxx> > --- > drivers/iommu/io-pgtable-arm-v7s.c | 6 +++--- > drivers/iommu/mtk_iommu.c | 2 +- > include/linux/io-pgtable.h | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> Will