From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73506C433DF for ; Sun, 17 May 2020 10:30:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E3CA2070A for ; Sun, 17 May 2020 10:30:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="jsqvaYdi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727869AbgEQKaW (ORCPT ); Sun, 17 May 2020 06:30:22 -0400 Received: from mail27.static.mailgun.info ([104.130.122.27]:20780 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727836AbgEQKaV (ORCPT ); Sun, 17 May 2020 06:30:21 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1589711421; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=6PIuSsNbD8hw04pw8fracZRJByhUaKvyReaG3Vjdcqc=; b=jsqvaYdiiofMSYfP4tAZRSiMVFVa17vc8I8jWGnUwKmVwaJK15y7W0CVFAwE+C89FWf4qgWC KZlCBpoMBYaQE1dvgtZOaDB9S1ImPuEpFHaBp9hLnDs72SBetHu11ZE22uMsVkWGrnAg9LVB jXGhjAcIjcQRQUibrGDQF62EUqE= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI5ZDFmMiIsICJsaW51eC1wbUB2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5ec1122f.7fa1bcbcdd88-smtp-out-n05; Sun, 17 May 2020 10:30:07 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id BA525C432C2; Sun, 17 May 2020 10:30:06 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: manafm) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1E705C433D2; Sun, 17 May 2020 10:30:06 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 17 May 2020 16:00:06 +0530 From: manafm@codeaurora.org To: Amit Kucheria Cc: Andy Gross , Bjorn Andersson , Zhang Rui , Daniel Lezcano , Rob Herring , linux-arm-msm , Linux PM list , DTML , Linux Kernel Mailing List Subject: Re: [PATCH 2/2] dt-bindings: thermal: tsens: Add zeroc interrupt support in yaml In-Reply-To: References: <20200505111204.963-1-manafm@codeaurora.org> <20200505111204.963-3-manafm@codeaurora.org> Message-ID: X-Sender: manafm@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 2020-05-05 17:41, Amit Kucheria wrote: > On Tue, May 5, 2020 at 4:43 PM Manaf Meethalavalappu Pallikunhi > wrote: >> >> Add 0C (zeroc) interrupt support for tsens in yaml. >> >> Signed-off-by: Manaf Meethalavalappu Pallikunhi >> >> --- >> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> index 2ddd39d96766..8a0893f77d20 100644 >> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> @@ -52,12 +52,14 @@ properties: >> items: >> - description: Combined interrupt if upper or lower threshold >> crossed >> - description: Interrupt if critical threshold crossed >> + - description: Interrupt if zeroC threshold is crossed >> >> interrupt-names: >> minItems: 1 >> items: >> - const: uplow >> - const: critical >> + - const: zeroc >> >> nvmem-cells: >> minItems: 1 >> @@ -168,8 +170,9 @@ examples: >> <0xc222000 0x1ff>; >> >> interrupts = , >> - ; >> - interrupt-names = "uplow", "critical"; >> + , >> + ; >> + interrupt-names = "uplow", "critical", "zeroc"; > > > Add a new example for v2 with 0C interrupt here instead of reusing the > old one. Done > >> #qcom,sensors = <13>; >> #thermal-sensor-cells = <1>; >> -- >> 2.26.2