From patchwork Thu Dec 9 04:44:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hector Martin X-Patchwork-Id: 1565590 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4J8hLr18fdz9sRK for ; Thu, 9 Dec 2021 15:46:12 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229489AbhLIEtn (ORCPT ); Wed, 8 Dec 2021 23:49:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbhLIEtm (ORCPT ); Wed, 8 Dec 2021 23:49:42 -0500 Received: from mail.marcansoft.com (marcansoft.com [IPv6:2a01:298:fe:f::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA938C061746 for ; Wed, 8 Dec 2021 20:46:09 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: hector@marcansoft.com) by mail.marcansoft.com (Postfix) with ESMTPSA id 2F72441E64; Thu, 9 Dec 2021 04:46:05 +0000 (UTC) From: Hector Martin To: Sven Peter , Rob Herring Cc: Hector Martin , Mark Kettenis , Alyssa Rosenzweig , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 0/3] Apple PMGR fixup: Implement support for min-ps Date: Thu, 9 Dec 2021 13:44:58 +0900 Message-Id: <20211209044501.67028-1-marcan@marcan.st> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi folks, Just a brief add-on series to the PMGR submission, which adds support for configuring the minimum power state for auto-PM mode. This is apparently required to avoid breaking DCP (which isn't upstream yet). This applies on top of the previous PMGR submission [1] [1] https://lore.kernel.org/linux-arm-kernel/20211124073419.181799-1-marcan@marcan.st/ Hector Martin (3): dt-bindings: power: apple,pmgr-pwrstate: Add apple,min-ps prop soc: apple: apple-pmgr-pwrstate: Add auto-PM min level support arm64: dts: apple: t8103: Add apple,min-ps to DCP PMGR nodes .../devicetree/bindings/power/apple,pmgr-pwrstate.yaml | 8 ++++++++ arch/arm64/boot/dts/apple/t8103-pmgr.dtsi | 2 ++ drivers/soc/apple/apple-pmgr-pwrstate.c | 8 ++++++++ 3 files changed, 18 insertions(+) Reviewed-by: Sven Peter Reviewed-by: Sven Peter