iommu/mediatek: Cleanup pericfg lookup flow
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 16 Jun 2022 11:08:30 +0000 (13:08 +0200)
committerJoerg Roedel <jroedel@suse.de>
Thu, 23 Jun 2022 07:39:51 +0000 (09:39 +0200)
commit21fd9be431adb880e55cf7b6b918e0696c0be643
treeb96ffb066dab8a77de6658749c3ba9cb89cf8f5a
parent7d748ffdee0dc244df3def1b2ec108bf095c0f9e
iommu/mediatek: Cleanup pericfg lookup flow

Since only the INFRA type IOMMU needs to modify register(s) in the
pericfg iospace, it's safe to drop the pericfg_comp_str NULL check;
also, directly assign the regmap handle to data->pericfg instead of
to the infracfg variable to improve code readability.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://lore.kernel.org/r/20220616110830.26037-6-angelogioacchino.delregno@collabora.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/mtk_iommu.c