diff options
Diffstat (limited to 'arch/mips/bcm63xx/dev-spi.c')
-rw-r--r-- | arch/mips/bcm63xx/dev-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/dev-spi.c b/arch/mips/bcm63xx/dev-spi.c index 67fa45b3f1cc..e39f73048d4f 100644 --- a/arch/mips/bcm63xx/dev-spi.c +++ b/arch/mips/bcm63xx/dev-spi.c | |||
@@ -87,7 +87,7 @@ int __init bcm63xx_spi_register(void) | |||
87 | { | 87 | { |
88 | struct clk *periph_clk; | 88 | struct clk *periph_clk; |
89 | 89 | ||
90 | if (BCMCPU_IS_6345()) | 90 | if (BCMCPU_IS_6328() || BCMCPU_IS_6345()) |
91 | return -ENODEV; | 91 | return -ENODEV; |
92 | 92 | ||
93 | periph_clk = clk_get(NULL, "periph"); | 93 | periph_clk = clk_get(NULL, "periph"); |