aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/samus/romstage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/samus/romstage.c b/src/mainboard/google/samus/romstage.c
index 44d712e69e..ca43b81bf6 100644
--- a/src/mainboard/google/samus/romstage.c
+++ b/src/mainboard/google/samus/romstage.c
@@ -43,7 +43,8 @@ void mainboard_romstage_entry(struct romstage_params *rp)
printk(BIOS_INFO, "MLB: board version %d\n",
google_chromeec_get_board_version());
- /* Ensure the EC is in the right mode for recovery */
+ /* Ensure the EC and PD are in the right mode for recovery */
+ google_chromeec_early_pd_init();
google_chromeec_early_init();
/* Initialize GPIOs */