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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77A9BC433EF for ; Mon, 27 Sep 2021 19:54:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3DF4060184 for ; Mon, 27 Sep 2021 19:54:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3DF4060184 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8Erx0OO3BSLxrrfOIlA3VJlohebp2sLUYN4OPAIY6J0=; b=KgvSdu4haNPUzV 20iodiLEXFs99/DEdhXRTU4qfpmMaTex+BNu7OEnas/MM8dU+ZeT8D6Mat/6C00jVVEN7W9Zl41sv qDgTEoYblxwpxeSWEb7d9YNL8g6oy8cVtBV3S8wV5384vteFGLxUMyTGrKdyCUB31UjA4OoVAet2G 1EqmauvHRQuPwcnzM+xzs9/tXvhujpdpeftB6fBLzVWJ0gmrm3NP5KnjCqJ5qLsWG3ZArcajhnsTA ndTQabpQqpFa8MjiyFggekbsS0+HSt/fIkLE+15yZ+ZPjx8MAcy1rgDcxlCbrqQGLC46KrWn5FImO OtTSP1Xg5a1B5M3A5lVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUwgI-00436D-Vb; Mon, 27 Sep 2021 19:52:55 +0000 Received: from mail-oi1-f169.google.com ([209.85.167.169]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUwgF-00434c-3O for linux-arm-kernel@lists.infradead.org; Mon, 27 Sep 2021 19:52:52 +0000 Received: by mail-oi1-f169.google.com with SMTP id z11so27128472oih.1 for ; Mon, 27 Sep 2021 12:52:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=biErCQNPkAKC5ZTCkLHRuKZ1r/THoPwtQJm3whdV33g=; b=rhEIGLTBKxBlglZV2KTrnW4q8TtpWwhJkaAISBMM6mJG/GFNZvHpDmU6RK+vCwzseG tpnhzc3LtBFxfqDWg1f3tYCQ/epyvinPHhHu4G3QuhYbkq6XMRVcNwVohtan1jbxItbp KD0ZihQz++S3mheAp/8f/n45wVsVxGCYt9el0d9QSY/pVcCsU2wbn2Kq+jB1PE9dNh5f WgnWOOSZmizdaddUPqfqkKdzFP3pWfvxdSuVXSpW5xbCBkmfBFRnvlHNCdy6UUAKfiFv C/YGieZ8TDeHqVx/JoMzKwQmvihZrB3CT/j/sGxZF6Kgd8oELaL0Zvgjayc0DSAvqLEZ TXWw== X-Gm-Message-State: AOAM53089S1chUwtAEcbpEwo9qyaXNCPyYncWe3w2TXtUaoTjdyuMYvI 8H5cNrWaGe8HwO3avMVPcg== X-Google-Smtp-Source: ABdhPJywsXAwHM+R0vJEEZv7DQC2Rwww8RJ68BLfWh86zHSifNNXa3mUHRHnzw1IVZpYUJHx/WmeEg== X-Received: by 2002:aca:3e45:: with SMTP id l66mr643683oia.107.1632772370259; Mon, 27 Sep 2021 12:52:50 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id o62sm311010ota.14.2021.09.27.12.52.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 12:52:49 -0700 (PDT) Received: (nullmailer pid 3772749 invoked by uid 1000); Mon, 27 Sep 2021 19:52:48 -0000 Date: Mon, 27 Sep 2021 14:52:48 -0500 From: Rob Herring To: Daniel Palmer Cc: devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-leds@vger.kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com, pavel@ucw.cz, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 03/11] dt-bindings: leds: Document "activity" trigger Message-ID: References: <20210923065500.2284347-1-daniel@0x0f.com> <20210923065500.2284347-4-daniel@0x0f.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210923065500.2284347-4-daniel@0x0f.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210927_125251_166901_7E83F2CF X-CRM114-Status: GOOD ( 18.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 23, 2021 at 03:54:52PM +0900, Daniel Palmer wrote: > The "activity" trigger can be used as the default but it's currently > undocumented so validating a devicetree that uses it causes a warning. It is preferred to use 'function' and LED_FUNCTION_CPU. Is there some reason that can't be used? > > Signed-off-by: Daniel Palmer > --- > Documentation/devicetree/bindings/leds/common.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml > index 697102707703..8160a5073728 100644 > --- a/Documentation/devicetree/bindings/leds/common.yaml > +++ b/Documentation/devicetree/bindings/leds/common.yaml > @@ -80,6 +80,8 @@ properties: > $ref: /schemas/types.yaml#/definitions/string > > enum: > + # LED will flashing will represent current CPU usage > + - activity > # LED will act as a back-light, controlled by the framebuffer system > - backlight > # LED will turn on (but for leds-gpio see "default-state" property in > -- > 2.33.0 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel