kernel: update 4.4 to 4.4.83
[openwrt/openwrt.git] / target / linux / mediatek / patches-4.9 / 0017-clk-add-hifsys-reset.patch
1 From f7121d2b19ddad33a09408a2c5923bfd95da8533 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Wed, 6 Jan 2016 20:06:49 +0100
4 Subject: [PATCH 017/102] clk: add hifsys reset
5
6 Hi,
7
8 small patch to add hifsys reset bits. Maybe you could add it to the next
9 version of your patch series. i have teste scpsys and clk on mt7623 today
10 and it works well.
11
12 thanks,
13 John
14
15 Signed-off-by: John Crispin <blogic@openwrt.org>
16 ---
17 drivers/clk/mediatek/clk-mt2701.c | 2 ++
18 include/dt-bindings/reset-controller/mt2701-resets.h | 9 +++++++++
19 2 files changed, 11 insertions(+)
20
21 --- a/drivers/clk/mediatek/clk-mt2701.c
22 +++ b/drivers/clk/mediatek/clk-mt2701.c
23 @@ -1000,6 +1000,8 @@ static void __init mtk_hifsys_init(struc
24 if (r)
25 pr_err("%s(): could not register clock provider: %d\n",
26 __func__, r);
27 +
28 + mtk_register_reset_controller(node, 1, 0x34);
29 }
30 CLK_OF_DECLARE(mtk_hifsys, "mediatek,mt2701-hifsys", mtk_hifsys_init);
31