xref: /rk3399_ARM-atf/plat/allwinner/sun50i_h6/sunxi_power.c (revision 207199141312018cf9560fba32ae421324f041cb)
1 /*
2  * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3  * Copyright (c) 2018, Icenowy Zheng <icenowy@aosc.io>
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #include <debug.h>
9 
10 int sunxi_pmic_setup(void)
11 {
12 	/* STUB */
13 	NOTICE("BL31: STUB PMIC setup code called\n");
14 
15 	return 0;
16 }
17