diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-05-25 22:04:02 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 11:06:27 +0100 |
commit | c3b28ae260d99a5364a31210a36a3246bd9647f7 (patch) | |
tree | b24ffef4b1352f09af2944eea78685a7e3d38686 /arch/mips/include/asm/txx9/tx4939.h | |
parent | 05f94eebd55ef69a354d3ea70179e40ea4c34de6 (diff) | |
download | talos-obmc-linux-c3b28ae260d99a5364a31210a36a3246bd9647f7.tar.gz talos-obmc-linux-c3b28ae260d99a5364a31210a36a3246bd9647f7.zip |
MIPS: TXx9: Add SRAMC support
Add a sysdev to access SRAM in TXx9 SoCs via sysfs.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/txx9/tx4939.h')
-rw-r--r-- | arch/mips/include/asm/txx9/tx4939.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/txx9/tx4939.h b/arch/mips/include/asm/txx9/tx4939.h index f13b708de617..050364d50b79 100644 --- a/arch/mips/include/asm/txx9/tx4939.h +++ b/arch/mips/include/asm/txx9/tx4939.h @@ -546,5 +546,6 @@ void tx4939_ndfmc_init(unsigned int hold, unsigned int spw, unsigned char ch_mask, unsigned char wide_mask); void tx4939_dmac_init(int memcpy_chan0, int memcpy_chan1); void tx4939_aclc_init(void); +void tx4939_sramc_init(void); #endif /* __ASM_TXX9_TX4939_H */ |