clk: set gate_ops NULL temporarily for rk3288
authordkl <dkl@rock-chips.com>
Wed, 19 Mar 2014 08:03:26 +0000 (16:03 +0800)
committerdkl <dkl@rock-chips.com>
Wed, 19 Mar 2014 08:03:26 +0000 (16:03 +0800)
drivers/clk/clk-gate.c

index 790306e921c8ad55bcad26adaeb77c2b378c8db7..33adb0f5ddd41f9eef5847662c1b82991623f944 100644 (file)
@@ -74,14 +74,14 @@ static void clk_gate_endisable(struct clk_hw *hw, int enable)
 
 static int clk_gate_enable(struct clk_hw *hw)
 {
-       clk_gate_endisable(hw, 1);
+       //clk_gate_endisable(hw, 1);
 
        return 0;
 }
 
 static void clk_gate_disable(struct clk_hw *hw)
 {
-       clk_gate_endisable(hw, 0);
+       //clk_gate_endisable(hw, 0);
 }
 
 static int clk_gate_is_enabled(struct clk_hw *hw)