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 16A02C46CCD for ; Thu, 21 Dec 2023 16:49:10 +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:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=XiAgVMGqhSmDOHPYP9GERxY20nqOqbhxcBFVSY55K18=; b=1ItxiUech5t53A OE1VJLzemGgCU7Cl09QHjKfBYHvJPv5+dMwATQvnc+yRFgKJ2av4NgXH92M0v4YzMsPIGopjH+jrZ d3ms8orUttIAu85OY907s3QJFbacdcPe7508y84nPxcV5K3a/t/Eqjh5m/1kdsx7XMUAgEQoRZPGE tZtRssrmz9sCuAqPVPgAOhahx+KNV0w71OpX6Ga/LqYjAU4y2oaozL9kSO+7rNX1xNY4GNKcGvitp XbYaYI21EyFB8W/dMzEkvLsWX9UKO8W6gHD6dXkDPIZg98qvBEboh+woaAh5OyjuDXhY900/yHidf MHUR5pvmB/FASFKMgD4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rGMDv-003YLs-16; Thu, 21 Dec 2023 16:48:39 +0000 Received: from mx4.securetransport.de ([178.254.6.145]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rGMDr-003YKt-0Y for linux-arm-kernel@lists.infradead.org; Thu, 21 Dec 2023 16:48:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1703177282; bh=OUBsafXMgbKKwKeKHW98AeHHiie/LjHIzcQ1dOpPqmk=; h=From:To:CC:Subject:Date:From; b=uWToZ210+ervwTOs4Ip2PpJgyPW1ATQ/lckRtuORI2LreWnWqz5y8blQhBQjyhJYo ru+ycX+P+48pwDQKGknznVNcHTnAV/74kYhXciLhaRZH/9ooD8P4T9I7JQ81fTKslo Rc5EbEAwZCKd6tVjyGYHoWF3RkLeWt7wm/+I34ew0aP5HUy57++xj1C996/na0PnUg 6z+3DGjD3DkxJPsmxYTJNU8K8fonIBu4Z1vt2qtrOjqXNMnGsApzqXG781h09afQvm hpDF9m3z4LN9CNTh7+TnxiTwCIgyO2vUFpH3c1gZHodttpgb5TjvfLn9kjCxcIcfb9 EoZU6V7q1o4qg== From: Christoph Niedermaier To: CC: Christoph Niedermaier , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Marek Vasut , Fabio Estevam , NXP Linux Team , , , Subject: [PATCH] ARM: dts: imx6ull-dhcor: Remove 900MHz operating point Date: Thu, 21 Dec 2023 17:46:33 +0100 Message-ID: <20231221164633.2029-1-cniedermaier@dh-electronics.com> X-klartext: yes MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231221_084835_545476_9BA220E6 X-CRM114-Status: UNSURE ( 9.75 ) X-CRM114-Notice: Please train this message. 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 Due to CPU lifetime consideration of the SoC manufacturer [1] and the preferred area of operation in the industrial related environment, set the maximum frequency for each DHCOM i.MX6ULL to 792MHz, as with the industrial type. This is done by removing the operating point at 900MHz and set the clock-frequency to 792000000. [1] https://www.nxp.com/docs/en/application-note/AN5337.pdf Signed-off-by: Christoph Niedermaier --- Cc: Rob Herring Cc: Krzysztof Kozlowski Cc: Conor Dooley Cc: Shawn Guo Cc: Marek Vasut Cc: Fabio Estevam Cc: NXP Linux Team Cc: kernel@dh-electronics.com Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org To: linux-arm-kernel@lists.infradead.org --- arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi index 45315adfaa86..75486e1b0c15 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ull-dhcor-som.dtsi @@ -28,10 +28,14 @@ /* * Due to the design as a solderable SOM, there are no capacitors * below the SoC, therefore higher voltages are required. + * Due to CPU lifetime consideration of the SoC manufacturer and + * the preferred area of operation in the industrial related + * environment, set the maximum frequency for each DHCOM i.MX6ULL + * to 792MHz, as with the industrial type. */ + clock-frequency = <792000000>; operating-points = < /* kHz uV */ - 900000 1275000 792000 1250000 /* Voltage increased */ 528000 1175000 396000 1025000 @@ -39,7 +43,6 @@ >; fsl,soc-operating-points = < /* KHz uV */ - 900000 1250000 792000 1250000 /* Voltage increased */ 528000 1175000 396000 1175000 -- 2.11.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel