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

Commit 560751e0 authored by Yimin Peng's avatar Yimin Peng
Browse files

ARM: dts: msm: Add separate dts for sa8155 lv gvm



Add display client-id for sa8155 lv gvm.

Change-Id: I3bb7b7a2ad5a3e05701c6b5effa3e6e6280201c8
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent 1e5b6117
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ dtb-$(CONFIG_ARCH_SM8150) += sm8150-rumi.dtb \
endif

dtb-$(CONFIG_QTI_GVM) += sa8155-vm.dtb \
	sa8155-vm-lv.dtb \
	sa6155p-vm.dtb

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
+43 −0
Original line number Diff line number Diff line
/* Copyright (c) 2019, 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 "sa8155-vm.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA8155 Virtual Machine";
	compatible = "qcom,sa8155";
	qcom,pmic-name = "PM8150";
	qcom,board-id = <0 0>;
};

&slpi_tlmm {
	status = "ok";
};

&apps_smmu {
	status = "ok";
};

&usb0 {
	status = "ok";
};

&usb2_phy0 {
	status = "ok";
};

&sde_kms_hyp {
	/delete-property/ qcom,client-id;
	qcom,client-id = "7816";
};