diff options
author | Graeme Gregory <graeme.gregory@linaro.org> | 2016-01-20 09:29:27 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-02-16 13:58:25 -0500 |
commit | 6ce2e188a6ae339340d9bbf5bb0b81db20454353 (patch) | |
tree | 52074e1abb79e6c9a5c5780404894e01bc129a33 /drivers/acpi/Makefile | |
parent | 3b95bd160547f56a68aeb972c33ae9511e7a8380 (diff) |
ACPI / scan: AMBA bus probing support
On ARM64 some devices use the AMBA device and not the platform bus for
probing so add support for this. Uses a dummy clock for apb_pclk as ACPI
does not have a suitable clock representation and to keep the core
AMBA bus code unchanged between probing methods.
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
Signed-off-by: Aleksey Makarov <aleksey.makarov@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index cb648a49543a..edeb2d1d99be 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -43,6 +43,7 @@ acpi-y += pci_root.o pci_link.o pci_irq.o | |||
43 | acpi-y += acpi_lpss.o acpi_apd.o | 43 | acpi-y += acpi_lpss.o acpi_apd.o |
44 | acpi-y += acpi_platform.o | 44 | acpi-y += acpi_platform.o |
45 | acpi-y += acpi_pnp.o | 45 | acpi-y += acpi_pnp.o |
46 | acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o | ||
46 | acpi-y += int340x_thermal.o | 47 | acpi-y += int340x_thermal.o |
47 | acpi-y += power.o | 48 | acpi-y += power.o |
48 | acpi-y += event.o | 49 | acpi-y += event.o |