ACPI / property: Support strings in Apple _DSM props
authorHector Martin <marcan@marcan.st>
Thu, 23 Dec 2021 10:51:11 +0000 (19:51 +0900)
committerHector Martin <marcan@marcan.st>
Sat, 19 Feb 2022 08:17:03 +0000 (17:17 +0900)
commit1b3e9820c1912b2666b37dc7e476bbf5dce8dd29
treed6aa86e9fd8321c6cc7365606d1f982429b9bbfb
parent5a2d56b9d54366ab023e20f3c0263bbd1491c7c1
ACPI / property: Support strings in Apple _DSM props

The Wi-Fi module in Apple machines has a "module-instance" device
property that specifies the platform type and is used for firmware
selection. Its value is a string, so add support for string values in
acpi_extract_apple_properties().

Reviewed-by: Lukas Wunner <lukas@wunner.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
drivers/acpi/x86/apple.c