Skip to content

Commit

Permalink
[payload] longanpi-3h pmu reduce pmu stable time
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 28, 2023
1 parent d955040 commit c5db37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/longanpi-3h/init_dram/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main(void) {
}
}

mdelay(300); /* Delay 300ms for pmu bootup */
mdelay(30); /* Delay 300ms for pmu bootup */

pmu_axp1530_dump(&i2c_pmu);

Expand Down
2 changes: 1 addition & 1 deletion include/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum {
};

#ifndef LOG_LEVEL_DEFAULT
#define LOG_LEVEL_DEFAULT LOG_LEVEL_DEBUG
#define LOG_LEVEL_DEFAULT LOG_LEVEL_INFO
#endif

void set_timer_count();
Expand Down

0 comments on commit c5db37b

Please sign in to comment.