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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBB42C46CA3 for ; Tue, 5 Dec 2023 08:11:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344783AbjLEILh (ORCPT ); Tue, 5 Dec 2023 03:11:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229688AbjLEILf (ORCPT ); Tue, 5 Dec 2023 03:11:35 -0500 Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A55B11F; Tue, 5 Dec 2023 00:11:41 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id C35C060354; Tue, 5 Dec 2023 08:10:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1701763901; bh=5ES838qobdDu8dMPGjH86YPsZ3trJz94Y8IV2r4EIM4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o9zb72wSQK+020tfmyFtoECoadFyckZOdPQngTqM80x40ixd9u4S4Df+1hf69TxfO K3pt/kZ2WxWGwqJgCPxAyqWA8MqczSv94DB4Xi1V8NZqglZ+NXCrqxUUDuiwOBjMD6 dnqH3MpkvzmLDibfumSoHcSICFTb7FGNRsseQorvWNX58QhvCKdBfP/AYg/eQSLT1e UC2UUuOaXMZb+Xc7iGznXMj+kv3eAbGWYcVZv/X3Zq+7lzZ2tQIDsHJT8f0hLb35og HntMEhegbsnpyNAlq0+RwsjKCFmrpISnapaxscxj12RJQqGgxTlTb0qvgGLIOZ3Kx+ ajum/wBX2OyZg== Date: Tue, 5 Dec 2023 10:10:31 +0200 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Andrew Davis , Frank Binns , Donald Robson , Matt Coster , "H . Nikolaus Schaller" , Adam Ford , Ivaylo Dimitrov , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , =?utf-8?Q?Beno=C3=AEt?= Cousson , Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Paul Cercueil , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org, linux-mips@vger.kernel.org Subject: Re: [PATCH RFC 01/10] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs Message-ID: <20231205081031.GO5169@atomide.com> References: <20231204182245.33683-1-afd@ti.com> <20231204182245.33683-2-afd@ti.com> <20231205075657.GN5169@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Krzysztof Kozlowski [231205 08:03]: > What does runtime PM have to do with it? If runtime PM enables clocks, > these are real signals and not optional. Runtime PM propagates to the parent device. Regards, Tony