From patchwork Wed Jul 13 19:33:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anjelique Melendez X-Patchwork-Id: 590136 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 8C242C433EF for ; Wed, 13 Jul 2022 19:34:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232001AbiGMTem (ORCPT ); Wed, 13 Jul 2022 15:34:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231329AbiGMTel (ORCPT ); Wed, 13 Jul 2022 15:34:41 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DEBCA27160; Wed, 13 Jul 2022 12:34:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1657740880; x=1689276880; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=uz2sgm8GjwPKR98F7NkplBl1G37I0DkhynDs1KtQ2sE=; b=r7yTRg1H9U9gL4x7dfQXq6fzoViRdhQ5U523w+PmuubSam1Nxunn0Wkk qzLx/f9nJCEuVWZh/Rsq2Oyux0FwRDlkyjygFBn9X59t6dWeyrnNJa8F2 HijAeU7EzhSWWQeHSCa7M6INfC49ZA/TSOKTCt1C85SZU4+EuZ2/AUDlM c=; Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-01.qualcomm.com with ESMTP; 13 Jul 2022 12:34:40 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg01-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 12:34:40 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Wed, 13 Jul 2022 12:34:39 -0700 Received: from hu-amelende-lv.qualcomm.com (10.49.16.6) 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.986.22; Wed, 13 Jul 2022 12:34:38 -0700 From: Anjelique Melendez To: , , , , CC: , , , , , , , Anjelique Melendez Subject: [PATCH v3 0/2] add support for PON GEN3 device Date: Wed, 13 Jul 2022 12:33:49 -0700 Message-ID: <20220713193350.29796-1-quic_amelende@quicinc.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Originating-IP: [10.49.16.6] X-ClientProxiedBy: nalasex01a.na.qualcomm.com (10.47.209.196) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Changes from v2: - Added new "qcom,pmk8350-pon" compatible string as per Krysztof's advice - Updated dt logic to use comptaible strings to decide constraints as per Krysztof's comment - Added new patch (v3 2/2) to support new compatible string Changes from v1: - Updated path which was missing Documentation/devicetree prefix - Updated CC list New patch series to seperate this patch from applied patches. Comments from original patch can be found https://lore.kernel.org/linux-arm-msm/27515993-18f3-8891-4835-9b6a8d7f86b0@quicinc.com/ David Collins (1): dt-bindings: power: reset: qcom-pon: update "reg" property details Anjelique Melendez (1): power: reset: qcom-pon: add support for qcom,pmk8350-pon compatible string Documentation/devicetree/bindings/power/reset/qcom,pon.yaml | 73 ++++++++++++++++++++++++++++-- drivers/power/reset/qcom-pon.c | 1 + 2 file changed, 70 insertions(+), 4 deletions(-)