plat: renesas: common: Include ulcb_cpld.h conditionally

Include header ulcb_cpld.h in plat_pm.c only if RCAR_GEN3_ULCB
is enabled.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Change-Id: Ie89223097c608265c50e32778e8df28feed82480
This commit is contained in:
Biju Das 2020-12-16 11:37:27 +00:00
parent 499c2713f0
commit 27bbfca975
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@
#include "pwrc.h"
#include "rcar_def.h"
#include "rcar_private.h"
#if RCAR_GEN3_ULCB
#include "ulcb_cpld.h"
#endif /* RCAR_GEN3_ULCB */
#define DVFS_SET_VID_0V (0x00)
#define P_ALL_OFF (0x80)