mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 11:01:56 +07:00
eef3c2ba0a
Add support for the General Purpose Amlogic Everything-Else Power controller, with the first support for G12A and SM1 SoCs dedicated to the VPU, PCIe, USB, NNA, GE2D and Ethernet Power Domains. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
8 lines
356 B
Makefile
8 lines
356 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o
|
|
obj-$(CONFIG_MESON_CLK_MEASURE) += meson-clk-measure.o
|
|
obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o
|
|
obj-$(CONFIG_MESON_GX_PM_DOMAINS) += meson-gx-pwrc-vpu.o
|
|
obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o
|
|
obj-$(CONFIG_MESON_EE_PM_DOMAINS) += meson-ee-pwrc.o
|