From: Naresh Bhat naresh.bhat@linaro.org
Whitelist the ACPI ID of wdt for representing as platform device.
Signed-off-by: Naresh Bhat naresh.bhat@linaro.org --- drivers/acpi/acpi_platform.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/acpi_platform.c b/drivers/acpi/acpi_platform.c index 094d7e7..e3f384f 100644 --- a/drivers/acpi/acpi_platform.c +++ b/drivers/acpi/acpi_platform.c @@ -37,6 +37,7 @@ static const struct acpi_device_id acpi_platform_device_ids[] = { { "LNRO0008" }, /* Fixed clock */ { "LNRO0009" }, /* vexpress-sysreg */ { "LNRO000A" }, /* uart-pl011 */ + { "LNRO0011" }, /* wdt */
{ "AMBA0000" },