Skip to content

Commit a685f24

Browse files
jannaugregkh
authored andcommitted
nvme-apple: add "apple,t8103-nvme-ans2" as compatible
commit 7d3fa7e upstream. After discussion with the devicetree maintainers we agreed to not extend lists with the generic compatible "apple,nvme-ans2" anymore [1]. Add "apple,t8103-nvme-ans2" as fallback 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/ Cc: stable@vger.kernel.org # v6.18+ Fixes: 5bd2927 ("nvme-apple: Add initial Apple SoC NVMe driver") Reviewed-by: Neal Gompa <neal@gompa.dev> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a2542fe commit a685f24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/nvme/host/apple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,6 +1703,7 @@ static const struct apple_nvme_hw apple_nvme_t8103_hw = {
17031703

17041704
static const struct of_device_id apple_nvme_of_match[] = {
17051705
{ .compatible = "apple,t8015-nvme-ans2", .data = &apple_nvme_t8015_hw },
1706+
{ .compatible = "apple,t8103-nvme-ans2", .data = &apple_nvme_t8103_hw },
17061707
{ .compatible = "apple,nvme-ans2", .data = &apple_nvme_t8103_hw },
17071708
{},
17081709
};

0 commit comments

Comments
 (0)