]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit90f7e7eac5e8aad31aabb108a754835ed744fcfc
tree058be5c7dd5c450b8dcf9f19a10e607683c4c5d8
parent2b2c22e8daf64f8cb7c7b0227b6c27c1d2e83931
rtc: ds1307: Remove non-valid ACPI IDs

The commit bedd03d79a9b ("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