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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED2FDC433FE for ; Mon, 28 Nov 2022 06:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229880AbiK1GrX (ORCPT ); Mon, 28 Nov 2022 01:47:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229610AbiK1GrV (ORCPT ); Mon, 28 Nov 2022 01:47:21 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CDDD055BB; Sun, 27 Nov 2022 22:47:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2544380C1; Mon, 28 Nov 2022 06:47:20 +0000 (UTC) Date: Mon, 28 Nov 2022 08:47:18 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Krzysztof Kozlowski , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: logicpd: align LED node names with dtschema Message-ID: References: <20221125144122.476962-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221125144122.476962-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Krzysztof Kozlowski [221125 14:41]: > The node names should be generic and DT schema expects certain pattern: > > logicpd-torpedo-37xx-devkit.dtb: leds: 'user0' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' Feel free to apply this along with your other clean up patches: Acked-by: Tony Lindgren