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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B857C433EF for ; Wed, 6 Oct 2021 07:30:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E3DB46115A for ; Wed, 6 Oct 2021 07:30:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237538AbhJFHcq (ORCPT ); Wed, 6 Oct 2021 03:32:46 -0400 Received: from muru.com ([72.249.23.125]:41340 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233968AbhJFHcp (ORCPT ); Wed, 6 Oct 2021 03:32:45 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7DE6580E7; Wed, 6 Oct 2021 07:31:23 +0000 (UTC) Date: Wed, 6 Oct 2021 10:30:51 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: bcousson@baylibre.com, robh+dt@kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap3: fix cpu thermal label name Message-ID: References: <20211001135908.2913378-1-andreas@kemnade.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211001135908.2913378-1-andreas@kemnade.info> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andreas Kemnade [211001 16:59]: > Hyphens should be used in label names. make dtbs_check complains > about that since it does not match the corresponding pattern Thanks applying into omap-for-v5.16/dt. Tony