xref: /rk3399_ARM-atf/plat/arm/board/juno/juno_pm.c (revision bbc8100720ee95478e90895f1061009551f92851)
1 /*
2  * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <plat_arm.h>
8 #include <scmi.h>
9 
10 const plat_psci_ops_t *plat_arm_psci_override_pm_ops(plat_psci_ops_t *ops)
11 {
12 	return css_scmi_override_pm_ops(ops);
13 }
14