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 E5B78C3DA7D for ; Sat, 31 Dec 2022 11:45:50 +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=zCrqV/3kDjJfLo+kN0T+CXzHxlrgLbriidTo7DnXFAo=; b=wui/jbGhTgE7fC kYS+PZXT+nhhnw2jQ6sfgCRp+n1ZmVvplNo0mXCXsRoEAgNcIFPn/DWQG7NgW+kYiEeSabXVJ/J97 qXUjwYNXo7iKjFKsbQ9E8zuhZTLvirftemB5HeEu9dyWDniLkIinYMFC5Zxhr9c/1PyxDBv27ziTe DLq/UtDpjr8WbnKJOjzDfwdb9afU/toakxc7JOdTrH56f17gQbuPxPqQPVu3nqFF+xLDD0fSlARLV lJ4gGwqVrrHjRR/x8D/C1MsmpX0TupMu5gRus53jUksa1fwYzx/uPj3jLQT508nmZybHBGMifDxPs GTeqrorjE9A6Wscw9WCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBaHe-004hnI-Lm; Sat, 31 Dec 2022 11:44:14 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBaHI-004haC-OI for linux-arm-kernel@lists.infradead.org; Sat, 31 Dec 2022 11:43:55 +0000 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 DE332B80066; Sat, 31 Dec 2022 11:43:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CA35C433D2; Sat, 31 Dec 2022 11:43:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672487028; bh=2BRHVCnJSCiNgdpz8pKFueVlfuaotxlZrd19TYFK35o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YMuSquco7gBP+J0YHBdGMkYhxpHBiX2ox61JPfmtbNIbGCtkEU6FjeoTu+ovMHkZA LA3lnDWI28Q91jvK/MtTNcsSwxOjr047/7zULiY89b8XRf456JRLwrsAQ5V7d9LPKD pbs3k8F9l5Sku4IrixPb7vrjzY8sU44HPvU5iQiXIXIKI7HDrVRAnOjTT9qJhhAw81 qrREB0zNyInbkea8U32SGsldrBGcRzlY3JikKKP9Vazz/VqrS9jkfqxArtxShTEtb9 N4o57Ocaa0/pd8m9f57q7Mmq4+GUuQqLO0ZF6kU4kWSKWV1Y6iojTSv9hEx1uiljSp MBAdMmjgOZEoQ== Date: Sat, 31 Dec 2022 19:43:41 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Stefan Agner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] arm64: dts: imx: align LED node names with dtschema Message-ID: <20221231114340.GN6112@T480> References: <20221125144223.477376-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221125144223.477376-1-krzysztof.kozlowski@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221231_034354_317252_916FDFAE X-CRM114-Status: UNSURE ( 9.58 ) 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 Fri, Nov 25, 2022 at 03:42:21PM +0100, Krzysztof Kozlowski wrote: > The node names should be generic and DT schema expects certain pattern: > > freescale/imx8mm-emcon-avari.dtb: leds: 'green', 'red' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel