]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu: sun50i: Add H616 compatible string
authorAndre Przywara <andre.przywara@arm.com>
Sun, 16 Jun 2024 22:40:55 +0000 (23:40 +0100)
committerJoerg Roedel <jroedel@suse.de>
Tue, 25 Jun 2024 12:02:47 +0000 (14:02 +0200)
commit8db07ce532c0b51fea974613002cdc6a27732929
tree92a9f44f4d39b4e1ce8da8f2360101074538f1ab
parent2d1d1969a7e5b0dd043df4a6ca02156717401856
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>
drivers/iommu/sun50i-iommu.c