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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 B5B1FC04AB4 for ; Fri, 17 May 2019 10:38:05 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8776620879 for ; Fri, 17 May 2019 10:38:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="IHb7r23e" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8776620879 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hjEaiGU0QPWOfZWwXCrU+AsHY9vQJdaOUZseJ/s22ZE=; b=IHb7r23eNNoEjw X0vxRjI/GjISOWNTnUG2qBXy/6y29KUhKKVd682tFaozRPztsXac2bvlkQnQf3uAZ7THhjHC9eZP+ LZHNgGKNYCUlBkTLR7ngEPMXAVVe3g4cWd14KGgqGyj8Vti6lAiHbYNumAV0sp/UXSseJLkVlTu++ Z1T/TwyNvv9TmfIGM+tKaBkKpONHl5ccbGhSB2k1Vj0a/zlM/ui60dK4duewBBsf209EHExZj6RAo AmljI9K9BhjV/CKufIrFdY06CxeJuqQj26tVJyzFH4A6phF8JW4xTZqSrW+Z9IVmwEHz/l1B/ZAQA UQCR4GGCEqS3Kzb4M55w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hRaFS-0002bD-9M; Fri, 17 May 2019 10:37:58 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hRaFK-0002Qm-LJ; Fri, 17 May 2019 10:37:53 +0000 Received: from we0524.dip.tu-dresden.de ([141.76.178.12] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hRaFG-0001Rc-81; Fri, 17 May 2019 12:37:46 +0200 From: Heiko Stuebner To: Doug Anderson Subject: Re: [PATCH v2 1/3] dt-bindings: gpu: add #cooling-cells property to the ARM Mali Midgard GPU binding Date: Fri, 17 May 2019 12:37:45 +0200 Message-ID: <13349008.xMc91k09bk@phil> In-Reply-To: References: <20190516172510.181473-1-mka@chromium.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190517_033751_043984_9673C78D X-CRM114-Status: GOOD ( 20.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, David Airlie , Kevin Hilman , dri-devel , "open list:ARM/Rockchip SoC..." , Rob Herring , Daniel Vetter , Matthias Kaehlcke , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Donnerstag, 16. Mai 2019, 19:40:38 CEST schrieb Doug Anderson: > Hi, > > On Thu, May 16, 2019 at 10:25 AM Matthias Kaehlcke wrote: > > > The GPU can be used as a thermal cooling device, add an optional > > '#cooling-cells' property. > > > > Signed-off-by: Matthias Kaehlcke > > --- > > Changes in v2: > > - patch added to the series > > --- > > Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt > > index 18a2cde2e5f3..61fd41a20f99 100644 > > --- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt > > +++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt > > @@ -37,6 +37,8 @@ Optional properties: > > - operating-points-v2 : Refer to Documentation/devicetree/bindings/opp/opp.txt > > for details. > > > > +- #cooling-cells: Refer to Documentation/devicetree/bindings/thermal/thermal.txt > > + for details. > > > > Example for a Mali-T760: > > > > @@ -51,6 +53,7 @@ gpu@ffa30000 { > > mali-supply = <&vdd_gpu>; > > operating-points-v2 = <&gpu_opp_table>; > > power-domains = <&power RK3288_PD_GPU>; > > + #cooling-cells = <2>; > > }; > > You will conflict with d5ff1adb3809 ("dt-bindings: gpu: mali-midgard: > Add resets property"), but it's easy to rebase. I'll leave it to > whoever is going to land this to decide if they would like you to > re-post or if they can handle resolving the conflict themselves. > +Kevin who appears to be the one who landed the conflicting commit. No problem, I can update this comment when applying (likely to drm-misc to not create more conflicts), but will give Rob a bit more time to possibly object :-) [somewhere in the recent past, he said to not wait on him on the tiny property-additions, and cooling-cells is pretty well used one at that] > With that: > > Reviewed-by: Douglas Anderson _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel