From 08a41d1206bb342c2f0a0aae25ca836658866268 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 21 Mar 2013 14:03:18 +0000 Subject: MIPS: BCM63XX: enable SPI controller for BCM6362 The SPI controller shares the same register layout as the 6358 one. Signed-off-by: Jonas Gorski Patchwork: http://patchwork.linux-mips.org/patch/5010/ Acked-by: John Crispin --- arch/mips/bcm63xx/clk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips/bcm63xx/clk.c') diff --git a/arch/mips/bcm63xx/clk.c b/arch/mips/bcm63xx/clk.c index b9e948d5943..e357d55818a 100644 --- a/arch/mips/bcm63xx/clk.c +++ b/arch/mips/bcm63xx/clk.c @@ -196,6 +196,8 @@ static void spi_set(struct clk *clk, int enable) mask = CKCTL_6348_SPI_EN; else if (BCMCPU_IS_6358()) mask = CKCTL_6358_SPI_EN; + else if (BCMCPU_IS_6362()) + mask = CKCTL_6362_SPI_EN; else /* BCMCPU_IS_6368 */ mask = CKCTL_6368_SPI_EN; -- cgit v1.2.3-70-g09d2