of: address: always use dma_default_coherent for default coherency
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Sat, 1 Apr 2023 09:15:31 +0000 (10:15 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 7 Apr 2023 05:38:28 +0000 (07:38 +0200)
commitc00a60d6f4a14b06264bb6f9fcc754b8ddbf67e3
treed2add7f8a30c57ad1c82d4a917310ce49b643021
parent1d3f56b295302fdb4ac9caf6ce09f5ae7d2e651a
of: address: always use dma_default_coherent for default coherency

As for now all arches have dma_default_coherent reflecting default
DMA coherency for of devices, so there is no need to have a standalone
config option.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/powerpc/Kconfig
arch/riscv/Kconfig
drivers/of/Kconfig
drivers/of/address.c