diff options
author | Yong Wu <yong.wu@mediatek.com> | 2021-01-11 12:18:49 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-02-01 12:31:16 +0100 |
commit | 66a28915541549f0fe0f4c705dab77443f22b5d6 (patch) | |
tree | d3e4de46f72ad2068ecead428d9fcdd2894b5901 /drivers/memory | |
parent | dt-bindings: mediatek: Add binding for mt8192 IOMMU (diff) | |
download | linux-66a28915541549f0fe0f4c705dab77443f22b5d6.tar.xz linux-66a28915541549f0fe0f4c705dab77443f22b5d6.zip |
iommu/mediatek: Use the common mtk-memory-port.h
Use the common memory header(larb-port) in the source code.
Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Link: https://lore.kernel.org/r/20210111111914.22211-9-yong.wu@mediatek.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/memory')
-rw-r--r-- | drivers/memory/mtk-smi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/mtk-smi.c b/drivers/memory/mtk-smi.c index ac350f8d1e20..89f92fa2afa5 100644 --- a/drivers/memory/mtk-smi.c +++ b/drivers/memory/mtk-smi.c @@ -15,6 +15,7 @@ #include <linux/pm_runtime.h> #include <soc/mediatek/smi.h> #include <dt-bindings/memory/mt2701-larb-port.h> +#include <dt-bindings/memory/mtk-memory-port.h> /* mt8173 */ #define SMI_LARB_MMU_EN 0xf00 |