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 4085EC6FD1F for ; Tue, 14 Mar 2023 07:14:08 +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=zpYUKbQ+vo/ExBE2IgskaIsuMBbYAmu7BqllhBTwgcA=; b=PJuX9ljt1KeKwe XEwpBwbqLXMwwOrXpNRCszz0L26nOMUsP25VZl24zwf+cOJgwWC5Yx34I+oOVbdq8+FWnzpt9v2J+ zle96oBs7q/uSs2iRTf2hngcx6+sdtF2Wj+kDl+/ucCsO9Kt33L7iPenYDrUNrsaELZR0SI9REFZd QwioSbJTFk6wmo5usZLD9CZCDOIhVgfaGndtH6wZgD10JBp2zTxZjRChVRkQpoAaSy6o9LODextcB f1g7Vt9+Oeb37jWVy9Ca/7Hl0OX8q51hHj7xU7mgTs7ryiiwD+mo0lu+rpM1nhrHymbHCHUMRcX8Z K0xA5Pj/y8ZZspcS/bvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbyqQ-009KWj-6a; Tue, 14 Mar 2023 07:13:14 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbyqL-009KUo-FY for linux-arm-kernel@lists.infradead.org; Tue, 14 Mar 2023 07:13:11 +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 ams.source.kernel.org (Postfix) with ESMTPS id DB1F4B81887; Tue, 14 Mar 2023 07:13:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB0D7C433EF; Tue, 14 Mar 2023 07:13:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678777986; bh=3dXATiQBn1R32lhDSO2gfWD1Ktr4c8ehbkygTblo+aA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UN6juxtnYPVC9IiRrVQ9JXJ9hhQnQt0zbJqVIDQg12/sGTQSETJGTohft+aFNrgag /tJkQwg8JLVhU95vvGP8qcKiIt7q2ewvCShBcZ4cSr13MOz5lU327U8YDdMjp1Wpvn B8o6rN8cAlnMZmFt7zhYfCLL1qwfMviK7AlUmk+J/EZ/hh2Hjs5ojewInolUKiJciN iHbvwjVpom2fq1yWJ7R82LQvYepGkia5gd0MBb5vPcBfnlA6h+/zMTljLMdwaO6orI DoFVpXHa2423cLpWn1d29rEp4Jn4AplbtqKtK1/3vMGRzbpFNLOjnUqnH0X082y0Bw ic0+VVC+9fmDA== Date: Tue, 14 Mar 2023 15:12:55 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8: align thermal node names with bindings Message-ID: <20230314071255.GB143566@dragon> References: <20230312201335.498759-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230312201335.498759-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230314_001309_857744_25433FA1 X-CRM114-Status: GOOD ( 10.04 ) 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 Sun, Mar 12, 2023 at 09:13:35PM +0100, Krzysztof Kozlowski wrote: > Bindings expect thermal node names to end with '-thermal': > > imx8qxp-mek.dtb: thermal-zones: 'pmic-thermal0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel