commit | 8a398d757dd0f56c8ac621104b198ff66eef7a7a | [log] [tgz] |
---|---|---|
author | Jonas Gorski <jogo@openwrt.org> | Thu Mar 21 14:03:14 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 08 01:19:02 2013 +0200 |
tree | f23295a91f571c1a4ff303b086b94addb4fac0de | |
parent | 41ef2d5678d83af030125550329b6ae8b74618fa [diff] |
MIPS: BCM63XX: remove duplicate spi register definitions BCM6338 and BCM6348, and BCM6358 and everything after that share the same register layout. To not have to redefine them for each new chip and keep the code size small, only use the definitions for the first chip with the certain layout. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5006/ Acked-by: John Crispin <blogic@openwrt.org>