Received: by 2002:a05:6358:d09b:b0:dc:cd0c:909e with SMTP id jc27csp14347852rwb; Sun, 27 Nov 2022 22:57:23 -0800 (PST) X-Google-Smtp-Source: AA0mqf40PnONfuRZRQZL2kobvbU+ViAP2a0F3c2WQaHTMoiy4YXliLIfq8gOE/x5c3yMa/sgLSrU X-Received: by 2002:a17:906:f204:b0:79e:8f4a:c5b3 with SMTP id gt4-20020a170906f20400b0079e8f4ac5b3mr25632964ejb.223.1669618643128; Sun, 27 Nov 2022 22:57:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669618643; cv=none; d=google.com; s=arc-20160816; b=YZjAO2sKEQ7aKWnv8mxlU7WzVi2lNmCJEnAgsR6tgHEwKeiJ44+ZDrFhf6/ceUXeeD ljOsN/hVySG0Xb8EGZQbtuaxWRb7NierY5fLGHS/z2nr783VH1ZfNsuFxwBjyKIJUxCu z68Mb6JWdGyrGWSNg47eQSjwvNqxk9tWclQXWzI5Wh0csEUFrXpjCwlq8mrBOZcsqcsu cvxkzwPuJauvCbX7YLHff5DBvZC5hIBvi5u/ZKiR98DNEEpF0/vA6N6XQAR/9SD+UXH0 YzIdV9ZWzi2nljc/47T6N00TosVnHjZ5ie5vDtLKEHhQHlVDKmU/+n1A4lEGxHc/O8vt E/yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ZUqE9fdVkj7Y3fpzRn74IEjN03BkQ3cJ+HM9fkdP8Sc=; b=EtAOrBkSymf+cxi4TLJL/yBaWitOVgbZqB/Jyq7+apTF6v2WGfa8qQqfQmkwbfF7sR Cg7eCSoCQCc/oGHpC9DaJ82BEXR+0/ovQXryO3bev52s6FR10RVb97NQkKEw9K/wJSKX GzPzrAPx1JYiYM7saOGCLyv4Qo9lQuRPqVMbPsST0qysyMPuaLeiPKOePOKfFW50Nvhr FYsBuur7XrpBoHVz4/GzXEHMki1htZ4xZt0V41evp/C0Pim3bPEc93LEwOj+2TbNZ81e rNGbxmTx0DigZ0SuAto+D76QrEby99ogs01em9C5G9mu5AIUAIvUIWoxWOu0kQXZZDDG evNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id g3-20020a1709065d0300b007878c9d73a2si10266381ejt.426.2022.11.27.22.57.02; Sun, 27 Nov 2022 22:57:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229869AbiK1GrE (ORCPT + 85 others); Mon, 28 Nov 2022 01:47:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbiK1GrD (ORCPT ); Mon, 28 Nov 2022 01:47:03 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DAF4B5FA7; Sun, 27 Nov 2022 22:47:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 53B4680C1; Mon, 28 Nov 2022 06:47:02 +0000 (UTC) Date: Mon, 28 Nov 2022 08:47:01 +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: am335x: align LED node names with dtschema Message-ID: References: <20221125144118.476905-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221125144118.476905-1-krzysztof.kozlowski@linaro.org> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net 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: > > am335x-baltos-ir2110.dtb: leds: 'app', 'power', 'wlan' do 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