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 81FBEC05027 for ; Thu, 26 Jan 2023 08:01:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236249AbjAZIBr (ORCPT ); Thu, 26 Jan 2023 03:01:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233473AbjAZIBq (ORCPT ); Thu, 26 Jan 2023 03:01:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00FB566EC8; Thu, 26 Jan 2023 00:01:45 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A9A71B81D09; Thu, 26 Jan 2023 08:01:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B36EFC433EF; Thu, 26 Jan 2023 08:01:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674720103; bh=O8fH/gQ/PhcTjJUDDmcX68F+GoyfX/eoRR1/IyK3BjQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LJfTpRO3iqXgT2NzbKELI4qTgFLoubeg2PwkBau6E/no6yK3CDjBL3U2QWETuOR7H zNfeDciS2gzuoZUBdn7tsfyCNndixKtfLM9ocZ0ctbdKjiliG6cincJQot5LEFgUII NycMnBdVw1IutpDz1ALoA8KmL8rMR8DKydDgCt/hUf0Jdech4d3/imNxoRgbEzjsMU BaMWmEFPnOW2Z/hJYfKUhhp5P9MAkbVd/K6yzxztKQcBTKE8ddl2TiKJZR+Gu+cYdU tZL7yTjdy7OjDCM1uNCE0E5j99yOrWJoxhfqESoso0CZetGo3puU9nB5qw2etUa446 sc17HJ+soWTfw== Date: Thu, 26 Jan 2023 08:01:37 +0000 From: Lee Jones To: Geert Uytterhoeven Cc: Pavel Machek , Rob Herring , Krzysztof Kozlowski , Jacek Anaszewski , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Rob Herring Subject: Re: [PATCH v2] dt-bindings: leds: Document Bluetooth and WLAN triggers Message-ID: References: <0d0de1bc949d24e08174205c13c0b59bd73c1ea8.1674384302.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0d0de1bc949d24e08174205c13c0b59bd73c1ea8.1674384302.git.geert+renesas@glider.be> Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Sun, 22 Jan 2023, Geert Uytterhoeven wrote: > Add the missing trigger patterns for Bluetooth and WLAN activity, which > are already in active use. > > While at it, move the mmc pattern comment where it belongs, and restore > alphabetical sort order. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Rob Herring > --- > arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-rev2.dtb: leds: bt_active_led:linux,default-trigger: 'oneOf' conditional failed, one must be fixed: > 'hci0-power' is not one of ['backlight', 'default-on', 'heartbeat', 'disk-activity', 'ide-disk', 'timer', 'pattern'] > 'hci0-power' does not match '^mmc[0-9]+$' > From schema: Documentation/devicetree/bindings/leds/leds-gpio.yaml > arch/arm64/boot/dts/renesas/r8a774a1-hihope-rzg2m-rev2.dtb: leds: wlan_active_led:linux,default-trigger: 'oneOf' conditional failed, one must be fixed: > 'phy0tx' is not one of ['backlight', 'default-on', 'heartbeat', 'disk-activity', 'ide-disk', 'timer', 'pattern'] > 'phy0tx' does not match '^mmc[0-9]+$' > From schema: Documentation/devicetree/bindings/leds/leds-gpio.yaml > > v2: > - Add Reviewed-by. > --- > Documentation/devicetree/bindings/leds/common.yaml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) Applied, thanks -- Lee Jones [李琼斯]