From patchwork Wed Jul 3 02:58:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 13720885 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CEC901DA339; Wed, 3 Jul 2024 03:08:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719976128; cv=none; b=VfZy/M5GRFsIeuJU2GEk62giN4n6Y0EU8WHwDgiIQzSzsfRNVl5H7IWd/IkluWW8PQzOOOxBfaGFQ7RjQ0SVswIF8c/b01m0yiG7NMHbzvQ134UPHBGO/RRF2poNZMGrqpO4CGOpm4QuCYYEzWTuqHTWe1qlEPxYQKO28fRWyVs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719976128; c=relaxed/simple; bh=6h8ObqNvhJKevi3hAQP/IJQVwm3hglMLb6LzF+z0csA=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=hb9KKySH9nveTiG4I+yebfemf2c7cGVnZkUbstb1qlg+uoRO1h66T2uIDe7+TWd0z5RoilGe9bNk1G2nCM/YHNf9GZk6l9VYr9+cQp7yZBDdSnmFKXv6qayvDrdFL31zc2cWbbmmmPp0jkraHzdpX0LJy0EUMar5XXf3CYnvMOU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=TaH18htA; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="TaH18htA" Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 462Lp8dJ016150; Wed, 3 Jul 2024 03:07:12 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= axY0HFpBCCr48IUXHeh7zVkRRC5w+5F7s7tjyCt5gKk=; b=TaH18htAxCEaaph9 2/deNHKp9MSGAuKVivhgYvFYTBCgy/0HmVWh/M6ekR+zXnFtDZin8VZ+DG4I7tDH ndXc556tph6yTr9OBCNg0RaHtdl+8FbOrddCO7soJuT8wSj3dFZNi0NWCP2FotFy wgzXtraJ394CCkmqsHTc74iABvkk0izXUd1ozKwruGp0H62ImBp+/0Cfi0ht5vrt If331DNTwqRWkVipe4+BTEOWSs+WAcmKwNgyJK8eSMYZHkSH5ro6UFftxfO7TsDl Uc2Shav8IwI++B/EF7eQT779Y0nxiflt13a7tDSGziTAdW5/gXOYT50BRN7jMmap qbVUlw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 402an77fmk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 03 Jul 2024 03:07:12 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46337B1c003592 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Jul 2024 03:07:11 GMT Received: from tengfan-gv.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 2 Jul 2024 20:06:48 -0700 From: Tengfei Fan To: , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Tengfei Fan Subject: [PATCH 23/47] dt-bindings: pinctrl: add qcs9100-tlmm compatible Date: Wed, 3 Jul 2024 10:58:26 +0800 Message-ID: <20240703025850.2172008-24-quic_tengfan@quicinc.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240703025850.2172008-1-quic_tengfan@quicinc.com> References: <20240703025850.2172008-1-quic_tengfan@quicinc.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: tJCNkvm0E0SiJJAH9BCsTrxzBLqEtlng X-Proofpoint-ORIG-GUID: tJCNkvm0E0SiJJAH9BCsTrxzBLqEtlng X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-07-02_18,2024-07-02_02,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 clxscore=1015 adultscore=0 malwarescore=0 mlxlogscore=999 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407030022 Add qcs9100-tlmm compatible for QCS9100 SoC. Signed-off-by: Tengfei Fan --- .../devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml index e9abbf2c0689..1bdec08efc4a 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sa8775p-tlmm.yaml @@ -17,7 +17,10 @@ allOf: properties: compatible: - const: qcom,sa8775p-tlmm + items: + - enum: + - qcom,qcs9100-tlmm + - qcom,sa8775p-tlmm reg: maxItems: 1