commit | d57ef3a6a2eeb88df47e892c66692e3f59722ffe | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Fri Aug 10 21:23:53 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 21 16:05:52 2012 -0400 |
tree | db2f260a55ce24cfed110cb6281674a5fbcb0a86 | |
parent | 01e17dacd47101ad7d33152bbfbbd4394352d2e6 [diff] [blame] |
bcma: detect and register serial flash device Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/include/linux/bcma/bcma_regs.h b/include/linux/bcma/bcma_regs.h index a393e82..6c9cb93 100644 --- a/include/linux/bcma/bcma_regs.h +++ b/include/linux/bcma/bcma_regs.h
@@ -85,4 +85,6 @@ * (2 ZettaBytes), high 32 bits */ +#define BCMA_SFLASH 0x1c000000 + #endif /* LINUX_BCMA_REGS_H_ */