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 C6566C433EF for ; Sun, 19 Jun 2022 05:30:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232849AbiFSFaE (ORCPT ); Sun, 19 Jun 2022 01:30:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229611AbiFSFaD (ORCPT ); Sun, 19 Jun 2022 01:30:03 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A203273B; Sat, 18 Jun 2022 22:30:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id AAD57CE0A3C; Sun, 19 Jun 2022 05:30:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0EA7BC34114; Sun, 19 Jun 2022 05:29:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655616598; bh=u85QCkMqTAZlfYMUqpuwqvH1SbaUwXaSYiU4TrvwZRI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ISrbO0ZxjnOvCwgoNmEFzfhaVjmy2/WukJFBKTb38pdYcuTWokqNqKA2rH+mB2WP6 HgSueSURUTew+rcYVWjF8Y7nERisl1+tmkOkd2ewrE4XsmEGuha8x9b/yHarnmQwBD hkrrWWNBfK28nMKSOEPPWzAWQII+ubvfZe4ibfXpE26iZCNpRThhvn96xatjJT57Md frUc3VS33rex9x/8CHFF4s1OTLpilWZpep/KDIa9Ivz/DdfaE3w77ZZBqFb63BbllG d12rH3LU4NEbVYlQsi8SyJ7VsEn4874xTZbr5kzC4tVhbbEClBFLMtq3T5Oxwh5Q/7 G922AqV8IQuRA== Date: Sun, 19 Jun 2022 13:29:52 +0800 From: Shawn Guo To: Abel Vesa Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Dong Aisheng , NXP Linux Team , devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0 Message-ID: <20220619052952.GD254723@dragon> References: <20220607105255.1811769-1-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220607105255.1811769-1-abel.vesa@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2022 at 01:52:55PM +0300, Abel Vesa wrote: > The proper name is cpu0-thermal, not cpu-thermal0, so change it to that. > > Signed-off-by: Abel Vesa Applied, thanks!