summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNaveen Krishna CH <[email protected]>2010-03-05 17:15:38 +0900
committertrix <[email protected]>2010-03-13 08:11:17 -0600
commita722ca7b9eb77850956c1719ec115d780adda0b4 (patch)
tree5e41b093062fbf547887e1643ea76cc93b5531e9 /include
parentfe93100a64e045c14981b2d9129009b085d83f4b (diff)
S5PC100: Function to configure the SROMC registers.
Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-s5pc1xx/smc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s5pc1xx/smc.h b/include/asm-arm/arch-s5pc1xx/smc.h
index e1a53995ab0..88f4ffe33ae 100644
--- a/include/asm-arm/arch-s5pc1xx/smc.h
+++ b/include/asm-arm/arch-s5pc1xx/smc.h
@@ -47,4 +47,7 @@ struct s5pc1xx_smc {
};
#endif /* __ASSEMBLY__ */
+/* Configure the Band Width and Bank Control Regs for required SROMC Bank */
+void s5pc1xx_config_sromc(u32 srom_bank, u32 smc_bw_conf, u32 smc_bc_conf);
+
#endif /* __ASM_ARCH_SMC_H_ */