| Submitter | Amit Virdi |
|---|---|
| Date | March 7, 2012, 12:04 p.m. |
| Message ID | <1331121854-20494-23-git-send-email-amit.virdi@st.com> |
| Download | mbox | patch |
| Permalink | /patch/145236/ |
| State | Accepted |
| Commit | f28e5c946d6c88b1c8639896863c7ad7d8889bf4 |
| Delegated to: | Stefan Roese |
| Headers | show |
Comments
On Wednesday 07 March 2012 13:04:11 Amit Virdi wrote: > From: Shiraz Hashim <shiraz.hashim@st.com> > > SoC Core ID offset is 0x30 in miscellaneous configuration address > space. It was wrongly mentioned as periph2 clk enable. > > Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com> > Signed-off-by: Amit Virdi <amit.virdi@st.com> Acked-by: Stefan Roese <sr@denx.de> Thanks, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
Patch
diff --git a/arch/arm/include/asm/arch-spear/spr_misc.h b/arch/arm/include/asm/arch-spear/spr_misc.h index 384944d..b8fcf49 100644 --- a/arch/arm/include/asm/arch-spear/spr_misc.h +++ b/arch/arm/include/asm/arch-spear/spr_misc.h @@ -37,7 +37,7 @@ struct misc_regs { u32 amba_clk_cfg; /* 0x24 */ u32 periph_clk_cfg; /* 0x28 */ u32 periph1_clken; /* 0x2C */ - u32 periph2_clken; /* 0x30 */ + u32 soc_core_id; /* 0x30 */ u32 ras_clken; /* 0x34 */ u32 periph1_rst; /* 0x38 */ u32 periph2_rst; /* 0x3C */