[coreboot-gerrit] Patch set updated for coreboot: soc/broadcom/cygnus/ddr_init.c: Correct typo in POWER ON and POWER OK.

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun Aug 28 19:22:56 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16343

-gerrit

commit 26011b600c55a12a65e655dcbab4d2cfb50a6bf3
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun Aug 28 19:18:38 2016 +0200

    soc/broadcom/cygnus/ddr_init.c: Correct typo in POWER ON and POWER OK.
    
    Change-Id: I5b69a8429eb2f7add08bc134d5d2366a1afe6a4f
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/soc/broadcom/cygnus/ddr_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/broadcom/cygnus/ddr_init.c b/src/soc/broadcom/cygnus/ddr_init.c
index 7fa2a56..7488750 100644
--- a/src/soc/broadcom/cygnus/ddr_init.c
+++ b/src/soc/broadcom/cygnus/ddr_init.c
@@ -317,14 +317,14 @@ int cygnus_phy_powerup(void)
 
 	if(reg32_read((volatile uint32_t *)CRMU_IHOST_POR_WAKEUP_FLAG)==0)
 	{
-		/* Step 1: POWRON */
+		/* Step 1: POWER ON */
 		data = reg32_read((volatile uint32_t *)CRMU_DDR_PHY_AON_CTRL);
 		data |= 0x8;// assert power ON
 		reg32_write((volatile uint32_t *)CRMU_DDR_PHY_AON_CTRL, data);
 
 		__udelay(2);
 
-		/* Step 2: POWROK */
+		/* Step 2: POWER OK */
 		data |= 0x10;// assert power OK
 		reg32_write((volatile uint32_t *)CRMU_DDR_PHY_AON_CTRL, data);
 



More information about the coreboot-gerrit mailing list