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

Commit 77a356dc authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

clk: msm: clock-a7: Add en_mask entry to a7ssmux struct



Set the en_mask field to 1 for a7ssmux to allow the clock to
be enabled during handoff.

Change-Id: I3669887dd4090c64165348142a1785d3f0c25991
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent d171201f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -52,6 +52,7 @@ static struct mux_div_clk a7ssmux = {
	.div_mask = BM(4, 0),
	.src_mask = BM(10, 8) >> 8,
	.src_shift = 8,
	.en_mask = 1,
};

static struct clk_lookup clock_tbl_a7[] = {