configs/lc823450-xgevk: Enable DVFS in lc823450_bringup.c

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2018-01-10 15:36:16 +09:00
parent ea19abd291
commit 5029aa7e8c

View File

@ -57,6 +57,10 @@
# include "lc823450_wdt.h"
#endif
#ifdef CONFIG_DVFS
# include "lc823450_dvfs2.h"
#endif
#include "lc823450-xgevk.h"
/****************************************************************************
@ -80,6 +84,11 @@ int lc823450_bringup(void)
#endif
#ifdef CONFIG_FS_PROCFS
#ifdef CONFIG_DVFS
(void)dvfs_procfs_register();
#endif
/* Mount the procfs file system */
ret = mount(NULL, "/proc", "procfs", 0, NULL);