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

Commit 8d8640d1 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

msm: mdss: hdmi: Add supported 8084 HDMI version



Enable CEC (Consumer Electronics Control) for 8084 by adding
supported HDMI version while configuring CEC.

CRs-Fixed: 585634
Change-Id: Idfd1a7b5b48957ca0da9501d875bca0f6862500a
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent 08a9c39e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2010-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2010-2014, 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
@@ -875,7 +875,7 @@ int hdmi_cec_config(void *input)
	DSS_REG_W(io, HDMI_CEC_REFTIMER, (0x3B6 & 0xFFF) | BIT(16));

	hdmi_hw_version = DSS_REG_R(io, HDMI_VERSION);
	if (hdmi_hw_version == 0x30000001) {
	if (hdmi_hw_version >= 0x30000001) {
		DSS_REG_W(io, HDMI_CEC_RD_RANGE, 0x30AB9888);
		DSS_REG_W(io, HDMI_CEC_WR_RANGE, 0x888AA888);