mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
iommu: sun50i: Add H616 compatible string
The IOMMU IP in the Allwinner H616 SoC is *almost* compatible to the H6, but uses a different reset value for the bypass register, and adds some more registers. While a driver *can* be written to support both variants (which we in fact do), the hardware itself is not fully compatible, so we require a separate compatible string. Add the new compatible string to the list, but without changing the behaviour, since the driver already supports both variants. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Chen-Yu Tsai <wens@csie.org> Link: https://lore.kernel.org/r/20240616224056.29159-5-andre.przywara@arm.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
parent
2d1d1969a7
commit
8db07ce532
@ -1067,6 +1067,7 @@ static int sun50i_iommu_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id sun50i_iommu_dt[] = {
|
||||
{ .compatible = "allwinner,sun50i-h6-iommu", },
|
||||
{ .compatible = "allwinner,sun50i-h616-iommu", },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, sun50i_iommu_dt);
|
||||
|
Loading…
Reference in New Issue
Block a user