From patchwork Tue Oct 22 08:54:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lijuan Gao X-Patchwork-Id: 13845349 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 5BE39D1CDB8 for ; Tue, 22 Oct 2024 09:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To:In-Reply-To:References :Message-ID:Content-Transfer-Encoding:Content-Type: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=WFlQW94zwagu/U0D8mN+kC/ZUkxOsNscwbLWBDsbVZs=; b=CtCwaEsuPBALStpwamSBAuGfYo /DIKnLJMx0EBUHubLQztcikTHjNpQV4Xm+IACKKEQKHznZJ1S0yiP5a+sdGOlO+xPbK9rdFwI0u1I gPJ07oE55lE2E61y2g1NrjGMamXIe4Tg8cotIu/Mn4LaHKTj9qVrtKhNQLYKNMXjUcORyOHiAjyeV SUljlI2q0MtlJpoCfMcU5alYJp1pZsf6uoqHcAdRnXMoFDDZYfsd04hsquDK+X/+HqSVhGf80ptU2 aI0oW31EP30a2odkWLqLLpvxLAjB8ZqjGS5BlitvXE3OO/n/VtJjI8L4kdfdeJnv1YFMW4eCR8g39 1sLgBjWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t3AkB-0000000AGaA-2WLM; Tue, 22 Oct 2024 08:59:59 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t3AfR-0000000AF7V-1vss for linux-arm-kernel@lists.infradead.org; Tue, 22 Oct 2024 08:55:06 +0000 Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 49M8c159025234; Tue, 22 Oct 2024 08:54:56 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= WFlQW94zwagu/U0D8mN+kC/ZUkxOsNscwbLWBDsbVZs=; b=QTr7SVoocRBS9gmn 3gFQG6IS41DctyLAx4YyHM4HobaVRmx+IroAM9VSyY8DiDaizIaR01ZixnDJFYnI kPyJq9TJmHHvfxBNqZaI1BXOmwWIK0VcIonAsruk1JQ574AtYgT9eeiX5QTlAC3U Xys8UFZdnifTD72eEHp55ctisfrNt7YAJ13ovHyci+WFueAGDVL0UfbmUMVxGdpP yBvOGpodkzBkIj3lY9lqY0TIj3C71TGPoIkwHPBFeU+ooKrgFqKv5G7DT5D3+LUl VsOnV9NjUZsRcukXyL7cI8hJ+9ZzvM2K3fPvDtm1+RNiMyeU2YTPzTd5kawR3NC8 skf1MA== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 42c6vc7pgu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 22 Oct 2024 08:54:55 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 49M8str4001830 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 22 Oct 2024 08:54:55 GMT Received: from lijuang2-gv.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 22 Oct 2024 01:54:49 -0700 From: Lijuan Gao Date: Tue, 22 Oct 2024 16:54:29 +0800 Subject: [PATCH v4 1/7] dt-bindings: arm: qcom: document QCS615 and the reference board MIME-Version: 1.0 Message-ID: <20241022-add_initial_support_for_qcs615-v4-1-0a551c6dd342@quicinc.com> References: <20241022-add_initial_support_for_qcs615-v4-0-0a551c6dd342@quicinc.com> In-Reply-To: <20241022-add_initial_support_for_qcs615-v4-0-0a551c6dd342@quicinc.com> To: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Gleixner , Catalin Marinas , Will Deacon CC: , , , , , Lijuan Gao , Krzysztof Kozlowski X-Mailer: b4 0.15-dev-99b12 X-Developer-Signature: v=1; a=ed25519-sha256; t=1729587284; l=1010; i=quic_lijuang@quicinc.com; s=20240827; h=from:subject:message-id; bh=rj6QhY4DLgM5UrhaZNflw9q9xvFv1O5ClkmbkY9/mZg=; b=1UnjV7HrH17VGVzlaXLeRlEaLOcQMYKsKxcVt9JhFDaeUhcl+Vk0zcNcgG+lGqjMYDbLNsh2h uuuz60xWEfRBrbgQ38d/raSyUmvJemZkaIwEhB2WKxgkM9/B6FyuF7+ X-Developer-Key: i=quic_lijuang@quicinc.com; a=ed25519; pk=1zeM8FpQK/J1jSFHn8iXHeb3xt7F/3GvHv7ET2RNJxE= X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: zJNb8xj14bimTv1N121F0IarCciA2Rjl X-Proofpoint-ORIG-GUID: zJNb8xj14bimTv1N121F0IarCciA2Rjl X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 clxscore=1015 priorityscore=1501 impostorscore=0 lowpriorityscore=0 suspectscore=0 spamscore=0 phishscore=0 bulkscore=0 mlxscore=0 adultscore=0 mlxlogscore=999 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2410220057 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241022_015505_542867_44050C74 X-CRM114-Status: GOOD ( 10.22 ) 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 Document the QCS615 SoC and its reference board QCS615 RIDE. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Lijuan Gao --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 0d451082570e..74316c6af300 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -42,6 +42,7 @@ description: | msm8996 msm8998 qcs404 + qcs615 qcs8550 qcm2290 qcm6490 @@ -896,6 +897,11 @@ properties: - const: qcom,qcs404-evb - const: qcom,qcs404 + - items: + - enum: + - qcom,qcs615-ride + - const: qcom,qcs615 + - items: - enum: - qcom,sa8155p-adp