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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B0A30C433EF for ; Sun, 19 Jun 2022 05:31:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OpG6o0xQmneMiwnk+UA8E5iXaaDF0W9Xm3e2f8ckXTQ=; b=yK9RhhBRe/9MuP asaCSHpQ+E/xnyD42UnU+6eyo2nNM5JSjcWjEK9apnQpVbCo4JfRRFKy9DcaEgkjjCGzDGAOmcToI IBpVZ2d6b1cXNQ94XJTuqejd0+5SkCVwm91cPhba8wX7GXWFpPkwh8ld1A/WVWnw/pvioUtqr2Avu q01PNCZDVegnMRsB+8Gb0FiADxSuIkdM51VaQZDAt6HTyzOxl2+XQr+dVkhpfOZp5cmLM/2GNSD+g 6A8ng3p/qXUodK2CnkBqMWK5WxUuakjEtV1H2xvaQfCvdJqKlj/2mAvYYPhPGYBZ5PApZlVPMlIT5 ody0tOoHrFXOicHXOOzA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o2nVb-00DF9r-Lw; Sun, 19 Jun 2022 05:30:03 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o2nVY-00DF9B-7k for linux-arm-kernel@lists.infradead.org; Sun, 19 Jun 2022 05:30:01 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 9070360F56; Sun, 19 Jun 2022 05:29:59 +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-Disposition: inline In-Reply-To: <20220607105255.1811769-1-abel.vesa@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220618_223000_354535_6ADFF71C X-CRM114-Status: GOOD ( 10.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel