From 9836602cd3700d6d902818739ef7541c2b4eafed Mon Sep 17 00:00:00 2001 From: Finley Xiao Date: Mon, 22 May 2017 20:59:20 +0800 Subject: [PATCH] soc: rockchip: introduce system status notifier This makes dmc driver possible to register a system status notifier and other drivers possible to call the notifier call-back easily, so that the dmc driver can change frequency according to different system status. Change-Id: I1a4fb4649366d75310d2e29f87775bb2d9ca3d67 Signed-off-by: Finley Xiao --- drivers/soc/rockchip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/rockchip/Makefile b/drivers/soc/rockchip/Makefile index e4068f72a156..2d3b7b76e37c 100644 --- a/drivers/soc/rockchip/Makefile +++ b/drivers/soc/rockchip/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_ROCKCHIP_PVTM) += rockchip_pvtm.o obj-$(CONFIG_ROCKCHIP_SUSPEND_MODE) += rockchip_pm_config.o obj-y += rk_vendor_storage.o +obj-y += rockchip-system-status.o