Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp805512imm; Mon, 2 Jul 2018 23:44:46 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLowveOsdTKQLeOj2av9/0J+Ocikj/nD3E68Ili3DArNEJ64VUNDLqa73J60SmDGaxSP5Js X-Received: by 2002:a17:902:868b:: with SMTP id g11-v6mr28240351plo.305.1530600286044; Mon, 02 Jul 2018 23:44:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530600286; cv=none; d=google.com; s=arc-20160816; b=vniXauiRRaWJAjWAgkijH6cP6gtzMiOx8tdSZFcKDUkGIAWVJRDo5R4/JYaOE7UAJx E7yrcwHitPVCgOQl1Sr4B//LmffGMNMIlF0vQaqtJj06GxAAuIFRpu4Ly0nWCNMxsSM1 K8uYuIo5T8wMV+dswUzWXwKQPKKOnoipV4atNiz3qaN4gSEv1Vi9Xl8te09liRb04DrH 5/UcnahrMpfUuDbPlnt9a+BinsQZVeX7Dp20Cp1P3rf2wo3VEgWqdkMD7v5bsLvEQWay Yfmt6NfdYVvYWBO9vp15fIlkmJgBl/C1upZxUE8KrK5k21ct9G1AD91QwR0d66k6z2W5 7T2Q== 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=UHVDA10qy+0Gbk7LXqnCkjAQ02aIVtRLIUi9E8XKkJQ=; b=bSNsakI2b3Bb2FuRSNQdgBd6LkKw+odIhWlaZaw2UXJsr58izIlzTkIj8VIMXFZfvE mjVaBSrDAAIMHATWolAAd+fdkwA7BRI6pq4Hds66RKo/DCeUue2UIzpj5onpKuD4A63g oc4B8P91F0Gkqp1SlWqXfJWYdoqHLdsaYOYsnNcrKDhopV/cq7uNPoOE/GdLoyF8CgQQ /oil6rsVsh6fV41y3cO5LOy5l0g4gcTPVBGoB3YmRmBGy3fcU8jaCoM2xAHVAmHbDvjN 0nDazyRtB83lNlL4h+Ktan9jb9uVo9GlDGk0l0VHfQVDQTq8xCT3x/4juELyotIWu0Z8 foqg== 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 s19-v6si376564pgv.327.2018.07.02.23.44.31; Mon, 02 Jul 2018 23:44:46 -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 S1753901AbeGCGnq (ORCPT + 99 others); Tue, 3 Jul 2018 02:43:46 -0400 Received: from muru.com ([72.249.23.125]:49714 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752232AbeGCGno (ORCPT ); Tue, 3 Jul 2018 02:43:44 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6AD4B8047; Tue, 3 Jul 2018 06:46:39 +0000 (UTC) Date: Mon, 2 Jul 2018 23:43:40 -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 08/15] arm: dts: dra74x: Add missing cooling device properties for CPUs Message-ID: <20180703064340.GD112168@atomide.com> References: <4860aab6e550b91ecc5c37c80cbffa6a6a70a4c9.1527244201.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4860aab6e550b91ecc5c37c80cbffa6a6a70a4c9.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 one into omap-for-v4.19/dt thanks. Regards, Tony