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 5F489C433FE for ; Fri, 21 Oct 2022 19:11:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229631AbiJUTL4 (ORCPT ); Fri, 21 Oct 2022 15:11:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbiJUTLz (ORCPT ); Fri, 21 Oct 2022 15:11:55 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBF9144489 for ; Fri, 21 Oct 2022 12:11:43 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1olxQg-0008IK-Qf; Fri, 21 Oct 2022 21:11:38 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Sebastian Reichel Cc: Rob Herring , Krzysztof Kozlowski , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: Re: [PATCH 1/1] dt-bindings: power: rockchip: Increase pm_qos number Date: Fri, 21 Oct 2022 21:11:38 +0200 Message-ID: <1834767.tdWV9SEqCh@diego> In-Reply-To: <20221021171405.86509-1-sebastian.reichel@collabora.com> References: <20221021171405.86509-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Freitag, 21. Oktober 2022, 19:14:05 CEST schrieb Sebastian Reichel: > On RK3588 some power domains require multiple qos blocks to be > saved. The maximum required number for RK3588 is 8 (for VDPU). > > Signed-off-by: Sebastian Reichel Acked-by: Heiko Stuebner