From patchwork Fri Jun 16 10:17:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sricharan Ramabadhran X-Patchwork-Id: 13282581 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 A97D0EB64D8 for ; Fri, 16 Jun 2023 10:19:12 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=aW+LHWZiImjlvCO4mFR1AoyFMYPIbdgcQHvFF2LEHcQ=; b=RmZ6hSeRkw/L7X KOPTXMWMvYdxCYYh1xJ754QECua5zvZ4TOlLjA7ovpLmX2MlnSbfDu4lr176d1PO1g4DtXlGtoQv0 WWjCcbsI8kz4W6ckJ35hH0m8gD5YDrKgNmIbYMhMcHQLN0AZ28a2mrM0RTUDfmlSGJ+cEOCgJDda6 GTkWVrJAczzxRp/B/yduhfoLDdd7UgO0QK1IMNSLiXsz9Huxt91sGGpvcCxOTyHw1udvkCV97/l3g FCZ9SCfVAYCZWa+/41QnNv3DGW9okqW5VxTAB0B+BFhxRcjmPEQ1M9MyTPCkhR2n39UyCUB7eqoHW SNem67rYvcdDuvVb0GrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qA6Xe-00HalY-3C; Fri, 16 Jun 2023 10:18:55 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qA6XY-00Haj9-2T for linux-arm-kernel@lists.infradead.org; Fri, 16 Jun 2023 10:18:50 +0000 Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 35G9u3fh005292; Fri, 16 Jun 2023 10:18:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=tzW2261KTEcnsLPFMy3A1jNNN366YwtbeOm/NhVcE70=; b=N9Ymt3xCcvKAnlAfeR4yQzKChDlQlKVIxXG35tPzMdgpQ48TtZ7Os0A/5mDlLaN92gy5 4fukkXpscNg3GT/PhaWAwiLFG6yDZm8EO8fl0cfmZR6A5Dw5qOtB/ClLYidTqZ1zJ4Hw VqJ8K7E1OxCNlXww1Oxv3+yiFh0LCd1qQyVk2AmoEwsuzRvmFYMBfGTN5GJsvE6A60aO JGh5EllLoswKSK/M89jThHPSRgvvOB+vy24ZAcd+mb2Zd7saUSsmFvktP37yxHPyJShL NAgkzW+Nou9T9rqKUQ1K3idOEIRt6soWgBHXm2U02fXygtXCskOG2m0bQ2KeyGcsKXks mg== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3r8mt0r4td-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 16 Jun 2023 10:18:42 +0000 Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 35GAIfQn002057 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 16 Jun 2023 10:18:41 GMT Received: from win-platform-upstream01.qualcomm.com (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Fri, 16 Jun 2023 03:18:34 -0700 From: Sricharan Ramabadhran To: , , , , , , , , , , , , , , , , , , , , , Subject: [v11 3/6] dt-bindings: qcom: Add ipq5018 bindings Date: Fri, 16 Jun 2023 15:47:46 +0530 Message-ID: <20230616101749.2083974-4-quic_srichara@quicinc.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230616101749.2083974-1-quic_srichara@quicinc.com> References: <20230616101749.2083974-1-quic_srichara@quicinc.com> MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: BFpKiEBj_9HMIg9MUsxCY7Tc1g2uYqeH X-Proofpoint-GUID: BFpKiEBj_9HMIg9MUsxCY7Tc1g2uYqeH X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-06-16_06,2023-06-15_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 priorityscore=1501 bulkscore=0 lowpriorityscore=0 phishscore=0 adultscore=0 clxscore=1015 mlxlogscore=932 malwarescore=0 spamscore=0 impostorscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2305260000 definitions=main-2306160092 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230616_031848_928284_420FA26F X-CRM114-Status: GOOD ( 12.69 ) 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 new ipq5018 SOC/board device tree bindings. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Sricharan Ramabadhran --- Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 8302d1ee280d..8026a0c40ef9 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -30,6 +30,7 @@ description: | apq8084 apq8096 ipq4018 + ipq5018 ipq5332 ipq6018 ipq8074 @@ -101,6 +102,7 @@ description: | hk10-c2 idp liquid + rdp432-c2 mtp qrd rb2 @@ -335,6 +337,11 @@ properties: - qcom,ipq4019-dk04.1-c1 - const: qcom,ipq4019 + - items: + - enum: + - qcom,ipq5018-rdp432-c2 + - const: qcom,ipq5018 + - items: - enum: - qcom,ipq5332-ap-mi01.2