From ecd8b1df9648376e9c334345c5c014004825893d Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Fri, 24 Feb 2017 11:34:32 +0100 Subject: sun50iw1p1: Separate RSB driver from PMIC code. This patch refactors the PMIC code and moves the RSB related code into its own module. This allows other code to access RSB devices as well and make the code more readable. Signed-off-by: Christoph Muellner --- plat/sun50iw1p1/platform.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'plat/sun50iw1p1/platform.mk') diff --git a/plat/sun50iw1p1/platform.mk b/plat/sun50iw1p1/platform.mk index b788f81..bc20110 100644 --- a/plat/sun50iw1p1/platform.mk +++ b/plat/sun50iw1p1/platform.mk @@ -45,6 +45,7 @@ BL31_SOURCES += drivers/arm/gic/arm_gic.c \ plat/sun50iw1p1/bl31_sunxi_setup.c \ plat/sun50iw1p1/plat_pm.c \ plat/sun50iw1p1/sunxi_security.c \ + plat/sun50iw1p1/sunxi_rsb.c \ plat/sun50iw1p1/sunxi_power.c \ plat/sun50iw1p1/sunxi_cpu_ops.c \ plat/sun50iw1p1/plat_topology.c \ -- cgit v1.2.3