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

Commit 33b47622 authored by Boris Brezillon's avatar Boris Brezillon Committed by android-build-merger
Browse files

clk: bcm2835: Fix ->fixed_divider of pllh_aux

am: f4d40cfd

Change-Id: I6e31e09228064161488ac15ff1ed787b19c1d757
parents cfe5688c f4d40cfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1598,7 +1598,7 @@ static const struct bcm2835_clk_desc clk_desc_array[] = {
		.a2w_reg = A2W_PLLH_AUX,
		.load_mask = CM_PLLH_LOADAUX,
		.hold_mask = 0,
		.fixed_divider = 10),
		.fixed_divider = 1),
	[BCM2835_PLLH_PIX]	= REGISTER_PLL_DIV(
		.name = "pllh_pix",
		.source_pll = "pllh",