clk: mvebu: armada-37xx-periph: Fix the clock gate flag
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 30 Sep 2016 08:33:59 +0000 (10:33 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 17 Oct 2016 22:35:10 +0000 (15:35 -0700)
commit4aa6c99d31c0cc471b7f243f5d314391a1abcaf3
treeb2bf9c4c519e0ff4ba28e75863b760391f2427f1
parentc4e634ce412d97f0e61223b2a5b3f8f9600cd4dc
clk: mvebu: armada-37xx-periph: Fix the clock gate flag

For the gate part of the peripheral clock setting the bit disables the
clock and clearing it enables the clock. This is not the default behavior
of clk_gate component, so we need to use the CLK_GATE_SET_TO_DISABLE flag.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Fixes: 8ca4746a78ab ("clk: mvebu: Add the peripheral clock driver for Armada 3700")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mvebu/armada-37xx-periph.c