diff options
| author | Janne Grunau <j@jannau.net> | 2025-12-31 13:34:59 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-30 10:27:29 +0100 |
| commit | 2838cb6133ac268d75ebd492818adbfd6855dfa5 (patch) | |
| tree | 2cd63fae3293e3259fdc048c51797eb67e29efac /drivers/dma | |
| parent | 1f70af89b0893081030ac090042336e09a65564a (diff) | |
| download | linux-2838cb6133ac268d75ebd492818adbfd6855dfa5.tar.gz linux-2838cb6133ac268d75ebd492818adbfd6855dfa5.tar.bz2 linux-2838cb6133ac268d75ebd492818adbfd6855dfa5.zip | |
dmaengine: apple-admac: Add "apple,t8103-admac" compatible
commit 76cba1e60b69c9cd53b9127d017a7dc5945455b1 upstream.
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,admac" anymore [1]. Use
"apple,t8103-admac" as base compatible as it is the SoC the driver and
bindings were written for.
[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/
Fixes: b127315d9a78 ("dmaengine: apple-admac: Add Apple ADMAC driver")
Cc: stable@vger.kernel.org
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Janne Grunau <j@jannau.net>
Link: https://patch.msgid.link/20251231-apple-admac-t8103-base-compat-v1-1-ec24a3708f76@jannau.net
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/dma')
| -rw-r--r-- | drivers/dma/apple-admac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/apple-admac.c b/drivers/dma/apple-admac.c index 5b1457f6e3bf..4034ace367ab 100644 --- a/drivers/dma/apple-admac.c +++ b/drivers/dma/apple-admac.c @@ -938,6 +938,7 @@ static int admac_remove(struct platform_device *pdev) } static const struct of_device_id admac_of_match[] = { + { .compatible = "apple,t8103-admac", }, { .compatible = "apple,admac", }, { } }; |
