From a9b6077402730537ef19dd95b3583d6aeb3e3fbd Mon Sep 17 00:00:00 2001 From: Stijn Segers Date: Tue, 3 Apr 2018 20:25:20 +0200 Subject: kernel: bump kernel 4.4 to 4.4.126 for 17.01 * Refreshed patches Compile-tested: ar71xx, ramips/mt7621, x86/64 Run-tested: ar71xx Signed-off-by: Stijn Segers --- .../0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm2708/patches-4.4/0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch') diff --git a/target/linux/brcm2708/patches-4.4/0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch b/target/linux/brcm2708/patches-4.4/0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch index 7017152d7d..b209bbc523 100644 --- a/target/linux/brcm2708/patches-4.4/0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch +++ b/target/linux/brcm2708/patches-4.4/0521-clk-bcm2835-Clamp-the-PLL-s-requested-rate-to-the-ha.patch @@ -27,7 +27,7 @@ Signed-off-by: Eric Anholt bcm2835_pll_choose_ndiv_and_fdiv(rate, *parent_rate, &ndiv, &fdiv); return bcm2835_pll_rate_from_divisors(*parent_rate, ndiv, fdiv, 1); -@@ -629,13 +633,6 @@ static int bcm2835_pll_set_rate(struct c +@@ -631,13 +635,6 @@ static int bcm2835_pll_set_rate(struct c u32 ana[4]; int i; -- cgit v1.2.3