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 9F8E4C4167D for ; Fri, 25 Nov 2022 22:55:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229813AbiKYWzn (ORCPT ); Fri, 25 Nov 2022 17:55:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229637AbiKYWzl (ORCPT ); Fri, 25 Nov 2022 17:55:41 -0500 Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com [IPv6:2a00:1450:4864:20::62e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F40F317FD; Fri, 25 Nov 2022 14:55:38 -0800 (PST) Received: by mail-ej1-x62e.google.com with SMTP id fy37so13091173ejc.11; Fri, 25 Nov 2022 14:55:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=cSQbE6DTU1OTWIo88z37u8F7NPhgsW2MN2Tg59pPOXc=; b=aLDxlgkJMAfQKJ/PsFzHPhylnPEW+gDKATHZAOerYca/LjJYpDbVG0zBfNLwnHmLxS V7P6bwrlFa00RdChbApUzhy95iu88EJnnce3uGOIRDVWQQXPRe72zG3yy6/y3QuY5joM G2FaBbnUYKJO57ZVyOyphLqVeohgiZskhZIs7FkkmeXgNyPfClUS90ADJnHV3vg1zt0z uoz/FBdInhZnMYPYaAgjN3ralRBltlkg1kw+j4I5DYh1tr7fty7iLiJsE4Bq3ZluOCY8 ClMUj/Y3nD6Xcegq/zRHCF9sI0No/rp8D+ww1VFygNJcHYDzLkrSbngRLiMoMWvRyXYP VpSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=cSQbE6DTU1OTWIo88z37u8F7NPhgsW2MN2Tg59pPOXc=; b=Zj9+oWXOj/JWCWdy3TNTtVchFTJ0FVf1ik8Fh9FH8vR0Tf7BhyJSm2A8RMz3XeKBqE 0Ar7IVNP79NLEEwxYhWsCQvGdPlIjWGgxpw3xt1DN3ecFoj+a3/7sA2pbL1+9kw+60t8 INQcdV32aLMO2BUK7tkjUrS1O6O63Fm1AjgCE5Cb41HhBAtk/iT09bQTjZYJ97ZRbxtB 9ESq+ephMLQl7qjd0AAO50sNZTqOi0nexyOsgV8n9OClqBKbVt6XaWAksbZyhF5dziST GSPQHoN/uG3Ctmc6pxESEcdUkDGDo1M9zCS7oKs4ssNlCn7s39hNOR3Lf4ipz3co2QiI J6Cg== X-Gm-Message-State: ANoB5pnHmQtuhnMfpPT/tTWC0u5eShQjv0BwXh1W1UTyIjgX0cIIJIL7 ecf2DAA/ep1Ae9ez7/3SkvzkAgagCVY5FTsd31Y= X-Google-Smtp-Source: AA0mqf6TwkgpJ8rCH+EA5o8FW6/bDGwDyPkwIt+kioEMwalKVB9sy6wWTCae8gr3PFM8J9sWSbhDQw+IVh5lHIHTtKs= X-Received: by 2002:a17:907:a709:b0:79f:cd7c:e861 with SMTP id vw9-20020a170907a70900b0079fcd7ce861mr33281694ejc.339.1669416937103; Fri, 25 Nov 2022 14:55:37 -0800 (PST) MIME-Version: 1.0 References: <20221125144141.477253-1-krzysztof.kozlowski@linaro.org> In-Reply-To: <20221125144141.477253-1-krzysztof.kozlowski@linaro.org> From: Martin Blumenstingl Date: Fri, 25 Nov 2022 23:55:25 +0100 Message-ID: Subject: Re: [PATCH] arm64: dts: amlogic: align LED node names with dtschema To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Neil Armstrong , Kevin Hilman , Jerome Brunet , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 25, 2022 at 3:41 PM Krzysztof Kozlowski wrote: > > The node names should be generic and DT schema expects certain pattern: > > amlogic/meson-sm1-bananapi-m5.dtb: leds: 'blue' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Thank you for this patch! It's: Reviewed-by: Martin Blumenstingl