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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 7028DC433F5 for ; Wed, 15 Sep 2021 09:13:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51F2B6121E for ; Wed, 15 Sep 2021 09:13:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237336AbhIOJPF (ORCPT ); Wed, 15 Sep 2021 05:15:05 -0400 Received: from foss.arm.com ([217.140.110.172]:53744 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237157AbhIOJPE (ORCPT ); Wed, 15 Sep 2021 05:15:04 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E34E66D; Wed, 15 Sep 2021 02:13:45 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id BE5D33F5A1; Wed, 15 Sep 2021 02:13:44 -0700 (PDT) From: Sudeep Holla To: Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lorenzo Pieralisi , Liviu Dudau , linux-kernel@vger.kernel.org Cc: Sudeep Holla Subject: Re: [PATCH 1/3] arm64: dts: arm: align watchdog and mmc node names with dtschema Date: Wed, 15 Sep 2021 10:13:33 +0100 Message-Id: <163169716063.1624125.9381303862313981753.b4-ty@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210820081733.83976-1-krzysztof.kozlowski@canonical.com> References: <20210820081733.83976-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Aug 2021 10:17:31 +0200, Krzysztof Kozlowski wrote: > Align the watchdog and mmc device node names with the schema to fix > warnings like: > > mmci@50000: $nodename:0: 'mmci@50000' does not match '^mmc(@.*)?$' > wdt@f0000: $nodename:0: 'wdt@f0000' does not match '^watchdog(@.*|-[0-9a-f])?$' Applied to sudeep.holla/linux (for-next/juno), thanks! [1/3] arm64: dts: arm: align watchdog and mmc node names with dtschema https://git.kernel.org/sudeep.holla/c/b43446b4f5 [2/3] ARM: dts: arm: align watchdog and mmc node names with dtschema https://git.kernel.org/sudeep.holla/c/5f741ef384 [3/3] arm64: dts: arm: drop unused interrupt-names in MHU https://git.kernel.org/sudeep.holla/c/217cb530a3 -- Regards, Sudeep