From dd4078c18b90befb896280c558ddcdb6f1f0c4d3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 21 Mar 2016 20:42:51 +0000 Subject: mediatek: bump to v4.4 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49064 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-4.4/0053-dont-disable-clocks.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 target/linux/mediatek/patches-4.4/0053-dont-disable-clocks.patch (limited to 'target/linux/mediatek/patches-4.4/0053-dont-disable-clocks.patch') diff --git a/target/linux/mediatek/patches-4.4/0053-dont-disable-clocks.patch b/target/linux/mediatek/patches-4.4/0053-dont-disable-clocks.patch new file mode 100644 index 0000000000..9ec5c89a2f --- /dev/null +++ b/target/linux/mediatek/patches-4.4/0053-dont-disable-clocks.patch @@ -0,0 +1,25 @@ +From 308cdd2b743a5e01b26d79c8fb89e513dea09856 Mon Sep 17 00:00:00 2001 +From: John Crispin +Date: Tue, 23 Jun 2015 23:46:00 +0200 +Subject: [PATCH 53/53] dont disable clocks + +--- + drivers/clk/clk.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c +index f13c3f4..5e9ddae 100644 +--- a/drivers/clk/clk.c ++++ b/drivers/clk/clk.c +@@ -233,7 +233,7 @@ unlock_out: + clk_enable_unlock(flags); + } + +-static bool clk_ignore_unused; ++static bool clk_ignore_unused = true; + static int __init clk_ignore_unused_setup(char *__unused) + { + clk_ignore_unused = true; +-- +1.7.10.4 + -- cgit v1.2.3