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

Commit 9d81eb76 authored by anisha agarwal's avatar anisha agarwal
Browse files

ARM: dts: msm: use hx HVGA panel for mdm9x35



Use hx hvga panel as default panel for 9x35 CDP.

Change-Id: Id1dc66276ab49fa150fe10dbc0b7bec8e44ea000
Signed-off-by: default avataranisha agarwal <anishaa@codeaurora.org>
parent 384894c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 */

#include "mdm9630-display.dtsi"
#include "qpic-panel-ili-qvga.dtsi"
#include "qpic-panel-hx-hvga.dtsi"

&soc {
};
+21 −0
Original line number Diff line number Diff line
/* Copyright (c) 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
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {
	qcom,mdss_lcdc_hx_hvga {
		compatible = "qcom,mdss-qpic-panel";
		label = "hx8357 hvga lcdc panel";
		qcom,mdss-pan-res = <320 480>;
		qcom,mdss-pan-bpp = <18>;
		qcom,refresh_rate = <60>;
	};
};