mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
configs/lc823450-xgevk: Enable DVFS in lc823450_bringup.c
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user