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.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 64F53C47247 for ; Tue, 5 May 2020 12:12:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3EB9E2073B for ; Tue, 5 May 2020 12:12:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="MPT/dcuC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727090AbgEEMMa (ORCPT ); Tue, 5 May 2020 08:12:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1728834AbgEEMM3 (ORCPT ); Tue, 5 May 2020 08:12:29 -0400 Received: from mail-lf1-x143.google.com (mail-lf1-x143.google.com [IPv6:2a00:1450:4864:20::143]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DEEEC061A0F for ; Tue, 5 May 2020 05:12:29 -0700 (PDT) Received: by mail-lf1-x143.google.com with SMTP id u4so1150382lfm.7 for ; Tue, 05 May 2020 05:12:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5Q1oIBidrac3ZpT+HqALm45OEqYcdapj+GCOvfIEi3M=; b=MPT/dcuC6j/g/wxBK43rwGsF2iR8c/I+QNZ6Z2SCpb6JphvZ/tYzP14cjXHTcuwPzr kgdXsSrRMie/swEidbHTpoqYx3wWwE6tyvUIhFjXy5G46NZdYuSr/5moZjGDWUKjHTS9 Xl1f0KfDJ93DFGfClHNZgm2/6q9FVfuJClncFFOFeEDVjHhRtOOG9TTFMwohA2MOeo3a bP1hLiNdnbFMKfiDAzAa0TVYpMG8Le7Gbg8cdLnQmGJqZjnP5T8hcQ8LYaTbZypq/pdD RQtPCvVfotDAMWYvMdwNGRYUizwbanWzdLRUcNXng2IE8fF3X+00+1fyF2G3vB+m2r0D ZziA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5Q1oIBidrac3ZpT+HqALm45OEqYcdapj+GCOvfIEi3M=; b=P4CAW5euu8Ndl3ABmFpI1mwGmfPSduKhMQRP5iyMe3xdbbpvWqoIIoHq7NAWIJNAPg W1cjhlLtJDOgv/LgJ54+4vOTzsLXA0iAi38kQdsEY2T2Gm5Cw8uzu37YcguMzvKc75Ln DhariVgpWa8Kej7Go8ld1LihPVEX4hwYJjAdtOGFdguez0YhNIZG5ydxcwPBIn/zAZAE W2//qS1a5vTwup/fCgbPVruJpD/kvYPuHvC+vQsYlOko/1VYTVcfvioJKPxA4bIQOfTw bfJNiJhXV3xnlUkacsK0dn2Tce/6h8wWBTwpN6Ee/TC5tqkt979uvkE4zpfxSru+qxD/ oRSQ== X-Gm-Message-State: AGi0PuYbl6rAcb55LH/FIWvVmwWdfO/2pzVi6PXeMbzIiTDwykH3AzZu gw0wNjCWSLQccZM3e46pMaI3Fe+jmikM0a51BxjGBQ== X-Google-Smtp-Source: APiQypJuMSHXNquobFYCWB9hv5q4xyLAPwqp5lGXvMhYky2m73bM5OmseIAgrQSDZ6rhqun7GXGUfaIlEQC+ebQyhYk= X-Received: by 2002:a05:6512:1044:: with SMTP id c4mr1581833lfb.7.1588680747672; Tue, 05 May 2020 05:12:27 -0700 (PDT) MIME-Version: 1.0 References: <20200505111204.963-1-manafm@codeaurora.org> <20200505111204.963-3-manafm@codeaurora.org> In-Reply-To: <20200505111204.963-3-manafm@codeaurora.org> From: Amit Kucheria Date: Tue, 5 May 2020 17:41:55 +0530 Message-ID: Subject: Re: [PATCH 2/2] dt-bindings: thermal: tsens: Add zeroc interrupt support in yaml To: Manaf Meethalavalappu Pallikunhi Cc: Andy Gross , Bjorn Andersson , Zhang Rui , Daniel Lezcano , Rob Herring , linux-arm-msm , Linux PM list , DTML , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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. > #qcom,sensors = <13>; > #thermal-sensor-cells = <1>; > -- > 2.26.2