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 1770DC4332F for ; Thu, 14 Dec 2023 02:10:24 +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=mjYg1yW4itmeKQEKY7WX92gX0pFRHdFR1Uf/Ti9xpiY=; b=apfAQO/iOyRURy ZzLVSp0a7uoGi0SjGBOLUxulfCficCZljtWrQKkcstiXfeiKG+30tAwj5sstD61pOQrog6hoGjJTI NYYYieZxSBGUxnumN0In073snaISnpObLlhN32hDT96yBmeX1uJGYB14njK8p0Hv5fvkmxPzG6CpI loyyWrGKcxTZyLOxuLfR4SVTkBn4toCiaQHl81JOoAL0wTtsl1pVbSRoFpfYWP5dvOSLqBzvuHn6y 1rD8MvIrK4r/y0H+hPoPxsE4f9Lf248PniHMaMxQzXX+4n88ZemsKfuR6UeHIxkqspueKiqnNcKwO nNg/sruLWLJZwzMn4ZSw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDbAh-00GUAp-2u; Thu, 14 Dec 2023 02:09:55 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDbAf-00GU9T-0O for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 02:09:54 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0FF3762016; Thu, 14 Dec 2023 02:09:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18685C433C8; Thu, 14 Dec 2023 02:09:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702519791; bh=+b0FS9Ru7tUk/kspXaRXRfYJR7rg6MOROqbH9Y608x4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SCxf/Bf4w+9m+5yQOQEM2ws18hljzKK7pXmfHJSeqiniWPde8BiwGh80+8Oh1Urjx DGE6Ha+ktMIb4/JkZ/fEcK6Thr73IFazp20TlPVTOnV1WyLNiu2iE7GY/S2wh3E28f kHPDjZRjxzTO1f34bns9HC5q1Yem8zq8EZ2YxaTPuWBSb/ynQ/GKausXORMCI/h67t /R8Nz9/x5hUg3F6PBQ75PB37pR19r8Xrx/6Idt/L0g1vKZcnhIvized8ve8WKuDoxi STQRDnGfEOxcfBjKV9KdQb5gTUAnfjvMMXLvzNECsmqgzWWCYfUzm7CjaIZWfCOwF0 P77pE3sOWDofg== Date: Thu, 14 Dec 2023 10:09:47 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx27-apf27dev: Fix LED name Message-ID: <20231214020947.GT270430@dragon> References: <20231206201905.2383591-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231206201905.2383591-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_180953_199582_32CB2973 X-CRM114-Status: UNSURE ( 9.45 ) X-CRM114-Notice: Please train this message. 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 Wed, Dec 06, 2023 at 05:19:05PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per leds-gpio.yaml, the led names should start with 'led'. > > Change it to fix the following dt-schema warning: > > imx27-apf27dev.dtb: leds: 'user' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/leds/leds-gpio.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel