From patchwork Tue May 21 18:38:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Elliot Berman X-Patchwork-Id: 13669639 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A6B47C25B7C for ; Tue, 21 May 2024 18:38:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References:Message-ID :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fDGS6zS8zkPUpznMmtu1hDycp+t9dGqwhGqgYJw2SiA=; b=xuaijO9qk3olCk 4YrRC9GrhY+9awpeUen8B39eXY1wmNVite3CF0XpAv4xGHZYh2XvyvLxFzbdeNSTpFi77I7i0bqB/ DvRV1/6o1QRhPgtFbcap5Ar9D+tz93QgOu6bmVhDE00RA/DRZ0qYPbOugedS6CxiHpLlMFSC0KV9a fEmgQislWlwwes6RlP4/Lxojesp9+SaFWBzNsnexymoI7jsNAuiVQGpJVBYWRfgbesRTz2eKsUgQE EIwV2IvspUV5J+AMVZfvucap9enUShcRig3sl7POGZ+2nihWW8s3JbR3LHfVl1qBgl4Mrz7/YS5vj RCNeGevTdicIFDwcMuCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9UNn-00000000nV6-3pTO; Tue, 21 May 2024 18:38:43 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s9UNk-00000000nS7-0eOH for linux-arm-kernel@lists.infradead.org; Tue, 21 May 2024 18:38:41 +0000 Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44LE68Rc014675; Tue, 21 May 2024 18:38:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= from:date:subject:mime-version:content-type :content-transfer-encoding:message-id:references:in-reply-to:to :cc; s=qcppdkim1; bh=VzKbfHDf0fqhXmtyi8ItUPPd79Km/KS343PqjUdhyFs =; b=k9o+E3DuiHDWkG5f4+wSphbLPoV/IfDjnlK3Ea5TG0nAWEDevRgtSyw/YQK fxcvD6qDTNaydW1GIpUgotaE+sIbKCzem2p34DLn60iwPHrs2Y2ANYIIM91Zdg5U 0m2IW0OmW2EQXN2MUUslnYQBBvaLjHpMqRCzBPuIJHqG1v5CjJXKLtBvW5tRlM8g gctZO3GGeVUGCZb0QQ4N+yHHsLho8v4FhzLigNbR5i82RkDpmq6f+X2ccaj5l1ky aGtMbzNUqgNc46TuKeM4q2whtaj/EVtXOp6kjOv04hU4qPNgzqI0lV+D+AJ/JDKZ ZmI1UWefUHoqTErNnch4MpvfYpg== Received: from nasanppmta02.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3y6pqc6mbe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 May 2024 18:38:29 +0000 (GMT) Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44LIcSNr014859 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 May 2024 18:38:28 GMT Received: from hu-eberman-lv.qualcomm.com (10.49.16.6) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 21 May 2024 11:38:27 -0700 From: Elliot Berman Date: Tue, 21 May 2024 11:38:03 -0700 Subject: [PATCH RFC v3 6/9] arm64: boot: dts: sm8650: Add board-id MIME-Version: 1.0 Message-ID: <20240521-board-ids-v3-6-e6c71d05f4d2@quicinc.com> References: <20240521-board-ids-v3-0-e6c71d05f4d2@quicinc.com> In-Reply-To: <20240521-board-ids-v3-0-e6c71d05f4d2@quicinc.com> To: Rob Herring , Frank Rowand , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio CC: Amrit Anand , Peter Griffin , Caleb Connolly , "Andy Gross" , Konrad Dybcio , "Doug Anderson" , Simon Glass , "Chen-Yu Tsai" , Julius Werner , "Humphreys, Jonathan" , Sumit Garg , "Jon Hunter" , Michal Simek , , , , , , Elliot Berman X-Mailer: b4 0.13.0 X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01a.na.qualcomm.com (10.47.209.196) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: m_PJAW8CYir9RzQ4q4aImaWRt4pEPHvl X-Proofpoint-GUID: m_PJAW8CYir9RzQ4q4aImaWRt4pEPHvl X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.12.28.16 definitions=2024-05-21_11,2024-05-21_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 bulkscore=0 mlxlogscore=922 impostorscore=0 adultscore=0 lowpriorityscore=0 phishscore=0 spamscore=0 suspectscore=0 mlxscore=0 clxscore=1015 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405010000 definitions=main-2405210140 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240521_113840_276881_8BB06BC2 X-CRM114-Status: GOOD ( 10.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add board-id to match sm8650 MTPs and QRDs. Signed-off-by: Elliot Berman --- arch/arm64/boot/dts/qcom/sm8650-mtp.dts | 6 ++++++ arch/arm64/boot/dts/qcom/sm8650-qrd.dts | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8650-mtp.dts b/arch/arm64/boot/dts/qcom/sm8650-mtp.dts index be133a3d5cbe..ceaf7cc270af 100644 --- a/arch/arm64/boot/dts/qcom/sm8650-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sm8650-mtp.dts @@ -5,6 +5,7 @@ /dts-v1/; +#include #include #include "sm8650.dtsi" #include "pm8010.dtsi" @@ -28,6 +29,11 @@ chosen { stdout-path = "serial0:115200n8"; }; + board-id { + qcom,soc = ; + qcom,platform = ; + }; + pmic-glink { compatible = "qcom,sm8650-pmic-glink", "qcom,sm8550-pmic-glink", diff --git a/arch/arm64/boot/dts/qcom/sm8650-qrd.dts b/arch/arm64/boot/dts/qcom/sm8650-qrd.dts index b9151c2ddf2e..672ffcd0eaf0 100644 --- a/arch/arm64/boot/dts/qcom/sm8650-qrd.dts +++ b/arch/arm64/boot/dts/qcom/sm8650-qrd.dts @@ -5,6 +5,7 @@ /dts-v1/; +#include #include #include #include "sm8650.dtsi" @@ -26,6 +27,11 @@ aliases { serial1 = &uart14; }; + board-id { + qcom,soc = ; + qcom,platform = ; + }; + chosen { stdout-path = "serial0:115200n8"; };