From ae8e8a0b97cab0a3f735cbcf7d5398451742db7d Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Sun, 13 Feb 2022 16:29:57 +0200 Subject: [PATCH] soc/power9/homer.c: fix frame size in pm_pss_init() Its value is 32. Signed-off-by: Sergii Dmytruk --- src/soc/ibm/power9/homer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/ibm/power9/homer.c b/src/soc/ibm/power9/homer.c index dcf9c72477b..68da57e85e0 100644 --- a/src/soc/ibm/power9/homer.c +++ b/src/soc/ibm/power9/homer.c @@ -1502,7 +1502,7 @@ static void pm_pss_init(uint8_t chip) */ rscom_and_or(chip, PU_SPIPSS_ADC_CTRL_REG0, ~PPC_BITMASK(0, 5) & ~PPC_BITMASK(12, 17), - PPC_PLACE(8, 0, 6)); + PPC_PLACE(0x20, 0, 6)); /* * 0 adc_fsm_enable = 1 @@ -1530,7 +1530,7 @@ static void pm_pss_init(uint8_t chip) */ rscom_and_or(chip, PU_SPIPSS_P2S_CTRL_REG0, ~PPC_BITMASK(0, 5) & ~PPC_BITMASK(12, 17), - PPC_PLACE(8, 0, 6)); + PPC_PLACE(0x20, 0, 6)); /* * 0 p2s_fsm_enable = 1