mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 09:16:33 +00:00
ASoC: nau8315: add new acpi id and compatible id
Add new acpi id and compatible id for nau8315. Signed-off-by: David Lin <CTLIN0@nuvoton.com> Link: https://lore.kernel.org/r/20221124055658.53828-1-CTLIN0@nuvoton.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
8d89cf6ff2
commit
9ffe8bbb8f
@ -137,6 +137,7 @@ static int nau8315_platform_probe(struct platform_device *pdev)
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id nau8315_device_id[] = {
|
||||
{ .compatible = "nuvoton,nau8315" },
|
||||
{ .compatible = "nuvoton,nau8318" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, nau8315_device_id);
|
||||
@ -145,6 +146,7 @@ MODULE_DEVICE_TABLE(of, nau8315_device_id);
|
||||
#ifdef CONFIG_ACPI
|
||||
static const struct acpi_device_id nau8315_acpi_match[] = {
|
||||
{ "NVTN2010", 0 },
|
||||
{ "NVTN2012", 0},
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, nau8315_acpi_match);
|
||||
|
Loading…
Reference in New Issue
Block a user