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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84BBCC433B4 for ; Thu, 8 Apr 2021 15:25:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D1C061130 for ; Thu, 8 Apr 2021 15:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231878AbhDHPZo (ORCPT ); Thu, 8 Apr 2021 11:25:44 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33467 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231803AbhDHPZn (ORCPT ); Thu, 8 Apr 2021 11:25:43 -0400 X-Originating-IP: 90.65.108.55 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 164BD2000F; Thu, 8 Apr 2021 15:25:28 +0000 (UTC) Date: Thu, 8 Apr 2021 17:25:28 +0200 From: Alexandre Belloni To: Arnd Bergmann List-Id: Cc: DTML , Rob Herring , Linus Walleij , Alexandre Torgue , Kevin Hilman , Linux Kernel Mailing List , Linux ARM , Tony Lindgren , Shawn Guo , Matthias Brugger , Bjorn Andersson , Geert Uytterhoeven , Nishanth Menon , Tero Kristo , SoC Team , Krzysztof Kozlowski , Gregory Clement , Florian Fainelli Subject: Re: New 'make dtbs_check W=1' warnings Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On 08/04/2021 17:08:26+0200, Arnd Bergmann wrote: > arch/arm/boot/dts/at91-sama5d2_ptc_ek.dt.yaml: /: 'etm@73C000' does > not match any of the regexes: '@(0|[1-9a-f][0-9a-f]*)$', '^[^@]+$', > 'pinctrl-[0-9]+' > arch/arm/boot/dts/at91-kizbox3-hs.dt.yaml: /: 'etm@73C000' does not > match any of the regexes: '@(0|[1-9a-f][0-9a-f]*)$', '^[^@]+$', > 'pinctrl-[0-9]+' > This was introduced by 4d930c421e3b ("ARM: dts: at91: sama5d2: add ETB and ETM unit name"), trying to fix another warning. I guess this is because Documentation/devicetree/bindings/arm/coresight.txt is not yaml yet. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com