Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9159031f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: remove flags for byte div clk src"

parents 3ffb183d 40bc8874
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/clk.h>
@@ -805,7 +805,6 @@ static struct clk_regmap_div disp_cc_mdss_byte0_div_clk_src = {
			.hw = &disp_cc_mdss_byte0_clk_src.clkr.hw,
		},
		.num_parents = 1,
		.flags = CLK_SET_RATE_PARENT,
		.ops = &clk_regmap_div_ops,
	},
};
@@ -820,7 +819,6 @@ static struct clk_regmap_div disp_cc_mdss_byte1_div_clk_src = {
			.hw = &disp_cc_mdss_byte1_clk_src.clkr.hw,
		},
		.num_parents = 1,
		.flags = CLK_SET_RATE_PARENT,
		.ops = &clk_regmap_div_ops,
	},
};