Re: [PATCH v7 10/21] iommu/mediatek: Move reset_axi into plat_data

2019-06-17 Thread Matthias Brugger
On 10/06/2019 14:17, Yong Wu wrote: > In mt8173 and mt8183, 0x48 is REG_MMU_STANDARD_AXI_MODE while it is > REG_MMU_CTRL in the other SoCs, and the bits meaning is completely > different with the REG_MMU_STANDARD_AXI_MODE. > > This patch moves this property to plat_data, it's also a preparing >

[PATCH v7 10/21] iommu/mediatek: Move reset_axi into plat_data

2019-06-10 Thread Yong Wu
In mt8173 and mt8183, 0x48 is REG_MMU_STANDARD_AXI_MODE while it is REG_MMU_CTRL in the other SoCs, and the bits meaning is completely different with the REG_MMU_STANDARD_AXI_MODE. This patch moves this property to plat_data, it's also a preparing patch for mt8183. Signed-off-by: Yong Wu Reviewe