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 X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 326BAC433E1 for ; Mon, 17 Aug 2020 20:00:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EEBCE204EC for ; Mon, 17 Aug 2020 20:00:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="cwPg6sKS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729917AbgHQUAE (ORCPT ); Mon, 17 Aug 2020 16:00:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729118AbgHQUAD (ORCPT ); Mon, 17 Aug 2020 16:00:03 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FE55C061389; Mon, 17 Aug 2020 13:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=JvFsJsVah9hNUUBcuUOzHtwAbnw84m6c+Ym/sqopwyg=; b=cwPg6sKS99k7Z/W8H7CydeRAtI mrv1duiZdj1i7d7qoQdL6kyezw0sauPEQkcqm6lMBqJT/uYsmWXLN9VGTRYqT+722nBMx4OAT33B0 cSS0N1xGekrFlj+hOUdSgJInOPrIql34bC+BGt99DFuuAx42MFiNAW2dsD+hk/xm+tdM=; Received: from p5dcc3306.dip0.t-ipconnect.de ([93.204.51.6] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1k7lIQ-0004uS-5Y; Mon, 17 Aug 2020 21:59:54 +0200 Date: Mon, 17 Aug 2020 21:59:53 +0200 From: Andreas Kemnade To: Adam Ford Cc: linux-omap@vger.kernel.org, aford@beaconembedded.com, =?UTF-8?B?QmVu?= =?UTF-8?B?b8OudA==?= Cousson , Tony Lindgren , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, hns@goldelico.com Subject: Re: [PATCH V2] ARM: dts: omap3: Add cpu trips and cooling map for omap34/36 families Message-ID: <20200817215953.59607c11@aktux> In-Reply-To: <20200817133931.11785-1-aford173@gmail.com> References: <20200817133931.11785-1-aford173@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 17 Aug 2020 08:39:31 -0500 Adam Ford wrote: > The OMAP3530, OMAP3630, and DM3730 all show thresholds of 90C and 105C > depending on commercial or industrial temperature ratings. > > This patch expands the thermal information to include the limits of 90 > and 105C for alert and critical. It sets the coolings-cells for the > 34xx and 36xx CPU's which both point to omap3-cpu-thermal.dtsi. > > For boards who never use industrial temperatures, these can be > changed on their respective device trees with something like: > > &cpu_alert0 { > temperature = <85000>; /* millicelsius */ > }; > > &cpu_crit { > temperature = <90000>; /* millicelsius */ > }; > > OMAP3_THERMAL will need to be enabled. It is off by default. > hmm, I think the patch for idling core when OMAP3_THERMAL is enabled got stuck somewhere. It still seems not to work. Shouldn't that patch be applied first? Regards, Andreas