rtc: ds1307: Remove non-valid ACPI IDs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 16 Nov 2020 14:28:57 +0000 (16:28 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 17 Nov 2020 19:23:16 +0000 (20:23 +0100)
commita31111189bb1160f84cf4cf9f910aa2ba7553d18
tree058be5c7dd5c450b8dcf9f19a10e607683c4c5d8
parentbfca1c924d97696303491ddae0458861653d3b88
rtc: ds1307: Remove non-valid ACPI IDs

The commit 9c19b8930d2c ("rtc: ds1307: Add ACPI support") added invalid
ACPI IDs (all of them are abusing ACPI specification). Moreover there is
not even a single evidence that vendor registered any of such devices.

Remove broken ACPI IDs from the driver. For prototyping one may use PRP0001
with device properties adhering to a DT binding. The following patches
will add support of that to the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Tin Huynh <tnhuynh@apm.com>
Link: https://uefi.org/PNP_ACPI_Registry
Link: https://lore.kernel.org/r/20201116142859.31257-1-andriy.shevchenko@linux.intel.com
drivers/rtc/rtc-ds1307.c