mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
b3dde5013e
Add support for the Amlogic Secure Power controller. In A1/C1 series, power control registers are in secure domain, and should be accessed by smc. Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/1579087831-94965-4-git-send-email-jianxin.pan@amlogic.com
9 lines
417 B
Makefile
9 lines
417 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
|
|
obj-$(CONFIG_MESON_SECURE_PM_DOMAINS) += meson-secure-pwrc.o
|