mirror of https://github.com/torvalds/linux.git
ASoC: apple: mca: Add "apple,t8103-mca" compatible
After discussion with the devicetree maintainers we agreed to not extend lists with the generic compatible "apple,mca" anymore [1]. Use "apple,t8103-mca" 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/ Acked-by: Mark Brown <broonie@kernel.org> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
856f3d7557
commit
096f12b45e
|
|
@ -1191,6 +1191,7 @@ static void apple_mca_remove(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
static const struct of_device_id apple_mca_of_match[] = {
|
||||
{ .compatible = "apple,t8103-mca", },
|
||||
{ .compatible = "apple,mca", },
|
||||
{}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue