From patchwork Thu Jun 15 14:28:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sridharan S N X-Patchwork-Id: 693057 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 052C0EB64D9 for ; Thu, 15 Jun 2023 14:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343926AbjFOO2b (ORCPT ); Thu, 15 Jun 2023 10:28:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239243AbjFOO2a (ORCPT ); Thu, 15 Jun 2023 10:28:30 -0400 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6DE112705; Thu, 15 Jun 2023 07:28:29 -0700 (PDT) Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 35FBTGGf005820; Thu, 15 Jun 2023 14:28:26 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=1rxvs9IvQbcofrpJP4sfdCXfBJWjSx5T7rYSff8TNkU=; b=F37FtbJQ4afda1LEdNAVjwMZkoC7rUOLDg1j3oExGXi+0oC03issb1k9yBi/U03b/J5V DAZ2nXfjshtK+hENoO3st+F6Nta5FT0hx/am7vXIwY6/9FNT+Na12DxZhrVSofv/IkUi Dq8lLw71paL4Vk0FpKYaYw0v5yezNLNq0SwEFLo0pXZYgQ1km44K409CUUcLLLnIzjpR K6Oz6+DrGy3/7nECQ0csGFQbu+QdQEku43lpPKf8fQOuGf4GcgMeNwGJ1DJvRR3m2bEd attiNOJfzq3txgd/rXQRv6+BMNIMIpjYao8BbwiBWfnPIPrXUhC/q6hlE+em6uUbE0Ay FA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3r81t3gddu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 15 Jun 2023 14:28:26 +0000 Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 35FESPCI027423 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 15 Jun 2023 14:28:25 GMT Received: from sridsn-linux.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; Thu, 15 Jun 2023 07:28:21 -0700 From: Sridharan S N To: , , , , , , , , CC: Sridharan S N Subject: [PATCH V3 0/2] Add support for GPIO based leds and buttons on IPQ5332/9574 devices Date: Thu, 15 Jun 2023 19:58:01 +0530 Message-ID: <20230615142803.26975-1-quic_sridsn@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 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-GUID: PIBZuoDltBTVAQza2ip36DB2Eh8cUp_R X-Proofpoint-ORIG-GUID: PIBZuoDltBTVAQza2ip36DB2Eh8cUp_R 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-15_10,2023-06-15_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 clxscore=1015 mlxscore=0 suspectscore=0 adultscore=0 mlxlogscore=557 phishscore=0 priorityscore=1501 spamscore=0 bulkscore=0 impostorscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2305260000 definitions=main-2306150126 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add support for wlan-2g led and wps button available on IPQ5332 and IPQ9574 Changes since V1: - Updated patch series title. Mentioned platform in series title Sridharan S N (2): arm64: dts: qcom: ipq5332: enable GPIO based LEDs and Buttons arm64: dts: qcom: ipq9574: enable GPIO based LEDs .../boot/dts/qcom/ipq5332-rdp-common.dtsi | 39 +++++++++++++++++++ .../boot/dts/qcom/ipq9574-rdp-common.dtsi | 20 ++++++++++ 2 files changed, 59 insertions(+)