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

Commit 8e1cb373 authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Shashank Babu Chinta Venkata
Browse files

ARM: dts: msm: Add support for 4k QRD panel



Device tree files needed to support 4k panel on qrd platform.

Change-Id: I70e2f8724b0a3836853ed2de0a512c19a5b78e4b
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 7fc1bbb1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ dtb-$(CONFIG_ARCH_SDM845) += sdm845-sim.dtb \
	sdm845-v2-cdp.dtb \
	sdm845-qrd.dtb \
	sdm845-4k-panel-mtp.dtb \
	sdm845-4k-panel-cdp.dtb
	sdm845-4k-panel-cdp.dtb \
	sdm845-4k-panel-qrd.dtb

dtb-$(CONFIG_ARCH_SDM830) += sdm830-sim.dtb \
	sdm830-rumi.dtb \
+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 2017, 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.
 */


/dts-v1/;

#include "sdm845.dtsi"
#include "sdm845-qrd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. sdm845 4K Display Panel QRD";
	compatible = "qcom,sdm845-qrd", "qcom,sdm845", "qcom,qrd";
	qcom,board-id = <11 1>;
};