From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 054F93D16F8; Thu, 14 May 2026 06:41:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778740903; cv=none; b=lf+ht+z/awHODI/epw0ZJhkiX3Gb0k4UqU/1vN/LIwMum80Kt732AMc4tVr7kgeITQUyDfT460lEg48wjZLKsqVw3qEOcUjMNNiaAvccui+zxuJrte3iNFPLzXmr9RXbFA0qMnnBrum/HNzKzLkvAHveSVcfc56COcJhgkPcZhc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778740903; c=relaxed/simple; bh=YaUW8w7YCOLdmqJMPsi0fOmvKVPBIiExCUVGJcBWXiA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lRvN1+6j3LwldT4d65iqWPRWtuq8fbwKA9vixvGrSBY6FmtvmywgVkhVGIKvghbbgNTRLSH55YoWPZ0d583TKhGypJyAocmNt4UlfrHakrRI5HIMxtb5q17cdjmE8apiBGuKvlVJkOpHUeXRJuuMBM05tc5gjzKCsYqmyRhwVAY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aXJcqPvU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aXJcqPvU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E11D7C2BCB7; Thu, 14 May 2026 06:41:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778740902; bh=YaUW8w7YCOLdmqJMPsi0fOmvKVPBIiExCUVGJcBWXiA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aXJcqPvUUBlQv5k1gBfu0VVCAn/D7q76eneiWoRKeq6dlpC9pMSXbCIlVwYmA97MU r5wEiH9re8D1QbCA08KyImQZhpHafCe/v1IRzCFjynHIryafHFoCyqbsRbC2oSKU/C pJIWrilJ4gQ0j9p3ixKPdB+UWBO+mMaT1rjFuMUntaHAMuvnPhsKWEQ+dJZDXk+J0n 35glokJki8vFnkKDYFFaL1qo2A8yoeVJ2VQJnQk0UiyYkc4WWYTXGDMA0xV/ELGuPY cMevXEDbMubsw2CvJg3YAORUkWlmdec6HNwqwkX7lZbsVmJ5H2/t1gtLzp5BAyLp7m gmkALpl8rnftQ== Date: Thu, 14 May 2026 08:41:39 +0200 From: Krzysztof Kozlowski To: Josua Mayer Cc: Shawn Guo , Li Yang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Frank Li , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Yazan Shhady , Jon Nettleton , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev Subject: Re: [PATCH v6 08/10] arm64: dts: lx2160a: add labels to thermal trip-point nodes Message-ID: <20260514-kind-antique-ocelot-d34abe@quoll> References: <20260512-lx2160-pci-v6-0-d0ff72d3c983@solid-run.com> <20260512-lx2160-pci-v6-8-d0ff72d3c983@solid-run.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20260512-lx2160-pci-v6-8-d0ff72d3c983@solid-run.com> On Tue, May 12, 2026 at 04:39:03PM +0200, Josua Mayer wrote: > LX2160A SoC dtsi defines rather conservative thermal trip points, > alert at 85=C2=B0C and critical at 95=C2=B0C. >=20 > This is okay for most boards, however the SoC maximum junction > temperature is 105=C2=B0C in both commercial and industrial version. >=20 > Industrial grade boards need to change the thresholds to avoid premature > thermal shutdown in high-temeprature environments. >=20 > Add labels to all thermal trip point nodes, enabling board dts to > reference them and modify properties. This is dead code or no-op. Labels should be referenced, otherwise you are changing here nothing. Squash the patches with the user of this label. Best regards, Krzysztof