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

Commit b0037a67 authored by Tengfei Fan's avatar Tengfei Fan
Browse files

ARM: dts: msm: Add dts support for sm8150p HDK devices



Add initial device trees for support sm8150p HDK.

Change-Id: Ic14b20defe3edc23a9f89fcd1960124094dd347e
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 998c43eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ compatible = "qcom,sm8150-hdk"
compatible = "qcom,sm8150p-cdp"
compatible = "qcom,sm8150p-mtp"
compatible = "qcom,sm8150p-qrd"
compatible = "qcom,sm8150p-hdk"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
+2 −1
Original line number Diff line number Diff line
@@ -81,7 +81,8 @@ dtb-$(CONFIG_ARCH_SM8150) += sm8150-rumi.dtb \
	sm8150p-v2-mtp.dtb \
	sm8150p-v2-cdp.dtb \
	sm8150p-v2-qrd.dtb \
	sm8150-hdk.dtb
	sm8150-hdk.dtb \
	sm8150p-hdk.dtb
endif

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
+22 −0
Original line number Diff line number Diff line
/* Copyright (c) 2018, 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 "sm8150p.dtsi"
#include "sm8150-hdk.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SM8150P HDK";
	compatible = "qcom,sm8150p-hdk", "qcom,sm8150p", "qcom,hdk";
	qcom,board-id = <0x01001f 0x0>;
};