From 8afe2977ca6b79ae4cceededf4bf8dbabee6ac14 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 8 Feb 2012 20:47:56 +0000 Subject: [PATCH] ar71xx: 3.2: fix AHB clock name in rb4xx_spi SVN-Revision: 30390 --- target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch b/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch index 973b374425..ba02e59b0d 100644 --- a/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch +++ b/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch @@ -199,7 +199,7 @@ rbspi = spi_master_get_devdata(master); + -+ rbspi->ahb_clk = clk_get(&pdev->dev, "AHB"); ++ rbspi->ahb_clk = clk_get(&pdev->dev, "ahb"); + if (IS_ERR(rbspi->ahb_clk)) { + err = PTR_ERR(rbspi->ahb_clk); + goto err_put_master; -- 2.30.2