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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 06DC6E732F0 for ; Thu, 28 Sep 2023 16:48:41 +0000 (UTC) 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=bjbcZNZM0Ofl+oGJPD6So9vQkOgukw7Uvk/OGO0klaQ=; b=lPilz49jpUT0hF rF3F+oo7NJ23wi5hD+KLdqQtT+mBaif7ZipAoToXW+Dqauym9TIT446twUVd0ZOGLGblVllqp9YBH 1J524VJSXuv8J8qBG7/BAMso3HTrbyIXvUJUPkBEZAhcbAU6vBFC4p8vUiF8DN8nDoSk6Uc8CvNhO sEgONe/fY8snGGCXCX+cedxlFE/kMwQs36UK6Xfya7jBv7VmzRBiiUS1FWVJGnJUMAKxFgBCCkIga hyd0cYyossd4yRQ7Whk/PR+BwWGDbRPd0c90Tg2OeTabIxX4n3SvtwZ1VggofXb+43V1Ii6NZ6KPX Q9xo2c3YrUZ/dIc0Lwyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qluBL-006Ba0-2G; Thu, 28 Sep 2023 16:48:07 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qluBG-006BV0-2o for linux-arm-kernel@lists.infradead.org; Thu, 28 Sep 2023 16:48:06 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 3CE70CE2235; Thu, 28 Sep 2023 16:48:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D684C433C9; Thu, 28 Sep 2023 16:47:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695919680; bh=4Ziabw/P74jJcE4ZP8mSBgubccfaveLvUS7PyEcnQYs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VaBe9l9oQXHeOILf2q44lEZwMwoAmOeB1TBc82icq/oxPshZw1pkDSie4DzDNqMDy oZJUofnu7MHqQp8Ze/SLbvsk7443M+E9mEbpyQYVUjhK+By6dGTvgbhdcolgh1DE2S JKpLUc2nBF7iHc4vnIejDs8I+jWyDLO0pwYKLbHycr/ugEk4UvgGOeIrG3/95INhkf o/il2cWbJuEUu5lUXJn9EM01RcR6BPOZXd6IX9Xnz7B9Q9tHL/Cuy5J90dUGYFmQDX seIGbxyXuH4SIyjV27m7REliapRlfAZn++3rmxUYanQHGu+khUsmqeQj/9x4qZpKUI NPInH1MgtQJhA== Received: (nullmailer pid 835692 invoked by uid 1000); Thu, 28 Sep 2023 16:47:58 -0000 Date: Thu, 28 Sep 2023 11:47:58 -0500 From: Rob Herring To: Fabio Estevam Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-imx@nxp.com, conor+dt@kernel.org, Dmitry Torokhov , krzysztof.kozlowski+dt@linaro.org, shawnguo@kernel.org Subject: Re: [PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source Message-ID: <169591967800.835622.10464359202188248969.robh@kernel.org> References: <20230926122957.341094-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230926122957.341094-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230928_094803_088375_DCFFE5B0 X-CRM114-Status: GOOD ( 11.53 ) 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 Tue, 26 Sep 2023 09:29:50 -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The SCU Key controller can be used as a system wakeup source. > > Document the 'wakeup-source' property. > > This fixes the following schema warning: > > system-controller: keys: 'wakeup-source' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/firmware/fsl,scu.yaml# > > Cc: Dmitry Torokhov > Signed-off-by: Fabio Estevam > --- > Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel