From patchwork Thu May 18 05:08:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Jiang X-Patchwork-Id: 684591 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 164CCC7EE24 for ; Thu, 18 May 2023 05:09:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229733AbjERFIq (ORCPT ); Thu, 18 May 2023 01:08:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229513AbjERFIo (ORCPT ); Thu, 18 May 2023 01:08:44 -0400 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A47A211F; Wed, 17 May 2023 22:08:43 -0700 (PDT) Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 34I4uOiV031976; Thu, 18 May 2023 05:08:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=qcppdkim1; bh=9vtheZfB7IIMmS9tiyhl518+OWedGvbAC+b5xNv4uc4=; b=T4QjsQWUSywaR27Oh8b1RZC7p6+AX4P9QSQCdTVjJT7nEn0TCny2U2+xu2hx2QzhZQtm Jo2xpdd4Z0gyBmW33vy8IUCTCqJgRVxk95SqqSW1ziMndm4dHqMecUd6qiXdxt2v7yrS iyTWdCKrfaqmmd/I0C+u/9+qlKoGRlMz3bntBTXwMAGlfH80y5lClH8eCgW/bIqysdj3 mRj/rcNzKKqgGcH+Q3iYWac3LhI+0ap05itcA/AmsipPqRNQhawvyvQXPRacytLnPIEQ 6bUN0fkPtLWgr1LJl+V2mgPCLrOY4gToYLB2xDGNy6ltklqrhE18rTmBOkgH+d93M1pY eg== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3qmrvhtqxd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 18 May 2023 05:08:39 +0000 Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 34I58cDc012590 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 18 May 2023 05:08:38 GMT Received: from tjiang-gv.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.986.42; Wed, 17 May 2023 22:08:36 -0700 From: Tim Jiang To: CC: , , , , , , Subject: [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth Date: Thu, 18 May 2023 13:08:26 +0800 Message-ID: <20230518050826.27316-1-quic_tjiang@quicinc.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) 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-ORIG-GUID: sTBp-xdTOZuy107sw8oDAs0urpTi5PLo X-Proofpoint-GUID: sTBp-xdTOZuy107sw8oDAs0urpTi5PLo X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-05-18_03,2023-05-17_02,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=964 impostorscore=0 adultscore=0 mlxscore=0 suspectscore=0 clxscore=1015 spamscore=0 bulkscore=0 priorityscore=1501 lowpriorityscore=0 phishscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2304280000 definitions=main-2305180036 Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Add bindings for the QCA2066 chipset. Signed-off-by: Tim Jiang --- .../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index 68f78b90d23a..f51b0e8ad086 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -16,6 +16,7 @@ description: properties: compatible: enum: + - qcom,qca2066-bt - qcom,qca6174-bt - qcom,qca9377-bt - qcom,wcn3990-bt