Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp806224imm; Mon, 2 Jul 2018 23:45:48 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKqIm9zvc3GxUM/ciI1IH5cFc5ef40b1ekbBgDRyOCSLARCgbQAFJv5rvJFcp3m3libtfkl X-Received: by 2002:a65:6008:: with SMTP id m8-v6mr24656859pgu.134.1530600347975; Mon, 02 Jul 2018 23:45:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530600347; cv=none; d=google.com; s=arc-20160816; b=A57fPzfk65CmwOiBW+m8BoQER/ViFUfKdKSejwIdqXZy1aNxFrUBFCkGTKVjBI600o Nkizz/m4ZChvac4sGou1+mqDsWi5wJXS7i/LGHwbQD4wIqxaGVo2dISGPmxP9UCR4LgE 0x6lpiMCH9zubepk3Dh2+EXjhfOuQn0wCQMGxa0ETCHvvc9aF0MjIu49RHbO0SyhJjt/ hWvdDN+A5XB0vRR23ViCEihYibMYlg9hTkNlRrnYhH7nFwLlgmJ0ntYkuM8cTAWBAXG7 rZI+rfZG7+JVLlyOaDJYD1AHnLMNr3dvkt76ypcEyLLfK4k09bYq4OgkBnETsY9reS6F E+Gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=9cUZZriz/CnBHTsSME3pZibAhspcLgj+6ErqbmGDRnE=; b=YruepWcEbwaZfxGE5NQGBUNnfilc+etwWvjFBxfdBmYkxgNLGp5b8sAPteVuzc1Nmw HdanafDXj5PpJl/54X5qSS+kZL7ooZiWJgkRUAdgXxpmP9v5s7Vp0tp8m8CWn+V+MJ0/ uW3jHoVAFf1aRqD4weuamWFvzbVYOtDQeTUSQ137VSEPBgSjJQM5u+P6EmzqeWS9BE1d E2i99aUJ44oQQR3YyHPl7yWTUCq1VBl+lGrUaIB8EiFSzpf9+FbQMG2l0GQ3Giit2VrC 0H00rQnpRuij18VYd17+T8w6KsHGzGuJ1GZGqnKOS1VX/G4FzmpN/IHWMPMaDx741mLW 2ULg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v18-v6si425453pgl.171.2018.07.02.23.45.33; Mon, 02 Jul 2018 23:45:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754305AbeGCGoX (ORCPT + 99 others); Tue, 3 Jul 2018 02:44:23 -0400 Received: from muru.com ([72.249.23.125]:49726 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751237AbeGCGoV (ORCPT ); Tue, 3 Jul 2018 02:44:21 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 360948047; Tue, 3 Jul 2018 06:47:17 +0000 (UTC) Date: Mon, 2 Jul 2018 23:44:18 -0700 From: Tony Lindgren To: Viresh Kumar Cc: arm@kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , Vincent Guittot , ionela.voinescu@arm.com, Daniel Lezcano , chris.redpath@arm.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/15] arm: dts: omap: Add missing cooling device properties for CPUs Message-ID: <20180703064418.GE112168@atomide.com> References: <7aa1c7c6d1e76b551ed74512af797db28be8925f.1527244201.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7aa1c7c6d1e76b551ed74512af797db28be8925f.1527244201.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Viresh Kumar [180525 03:35]: > The cooling device properties, like "#cooling-cells" and > "dynamic-power-coefficient", should either be present for all the CPUs > of a cluster or none. If these are present only for a subset of CPUs of > a cluster then things will start falling apart as soon as the CPUs are > brought online in a different order. For example, this will happen > because the operating system looks for such properties in the CPU node > it is trying to bring up, so that it can register a cooling device. > > Add such missing properties. > > Fix other missing properties (clocks, supply, clock latency) as well to > make it all work. Applying this too into omap-for-v4.19/dt thanks. Tony