From: Naresh Bhat naresh.bhat@linaro.org
Whitelist the ACPI ID of rtc 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 bfe55d4..c88b87c 100644 --- a/drivers/acpi/acpi_platform.c +++ b/drivers/acpi/acpi_platform.c @@ -39,6 +39,7 @@ static const struct acpi_device_id acpi_platform_device_ids[] = { { "LNRO000A" }, /* uart-pl011 */ { "LNRO000F" }, /* kmi0,kmi1 */ { "LNRO0011" }, /* wdt */ + { "LNRO0013" }, /* rtc */
{ "AMBA0000" },