mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-24 10:20:00 +00:00
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:
parent
499c2713f0
commit
27bbfca975
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user