From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29A003AB29C; Tue, 7 Apr 2026 16:08:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578085; cv=none; b=Z8h7Be3mDGE5+XhgDoKSfODNJhRcS2F3E0Ldzhr4uTQNgHBvZ1l9ZwN3cPeDNK1Osk59agAzQ/3MakPHOptWPzllhcKwCU4KQRAeUvP1KVdCfXHEYsk0aGZsXY00w3FXLCFHONceBYzOUICB5JsfG3DBMjdKzDe/cKAkev1EaoQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578085; c=relaxed/simple; bh=8trqOvymtySKFHxGiIFzGhJy6W6b/leyLuH7GdE85NQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WkUbUMrZ44cpPM/CMMlDMPQ0ROISqjeoePksZrC1QRbuAcF55J8Z0AupHsOJSedjDUXUtQv6beIEah8RlFDFOgz4ezyvsPsRE4P9YRUHlibcSX0ZkKzzIY75taGLtwISryP3oBXsWqDWAR1hcDG9LAZ1xYDOmKOgSNAAMR14268= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DED6xyp8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DED6xyp8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6C76C116C6; Tue, 7 Apr 2026 16:08:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775578084; bh=8trqOvymtySKFHxGiIFzGhJy6W6b/leyLuH7GdE85NQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DED6xyp8G2cygWWTVjdVo3Xj1yqlt4lpXXCHuiVr7MI7Wvtr0AeXaEfphlZCY2LKO +ZWxjNvBZ/UcoHoGLfLwJpu++uAEMkpwWF5y+59b00Zrk7gJIMn7zQbpShgemHm1qD OHJ47FEE+njXpJQfZavqb4aAWrJINz5bkF+RAcc/4Q0a+t7W88Df9NRe39rV3eCOfb 3pRIpVQvw2kgxFt07QzkK8JAFvb4Sdi6O0R8jAr+6NJFoctlooF/7o3u3MqGX85Tid 2T84BiCzh2J/521wLLSnL5vcGzs1uqpUkqU/qICKf7i2hSIAq9exH89fdL/Op6Yc7R A31DLJ2Ks9hqg== Date: Tue, 7 Apr 2026 11:08:02 -0500 From: "Rob Herring (Arm)" To: Janne Grunau Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, Conor Dooley , Sven Peter , Wim Van Sebroeck , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Mark Kettenis , Andi Shyti , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Neal Gompa , Sasha Finkelstein , linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org, Guenter Roeck , Linus Walleij , asahi@lists.linux.dev, linux-watchdog@vger.kernel.org, Lorenzo Pieralisi Subject: Re: [PATCH 3/9] dt-bindings: power: apple,pmgr-pwrstate: Add t8122 compatible Message-ID: <177557808164.2662432.8266259969992444267.robh@kernel.org> References: <20260320-apple-m3-initial-devicetrees-v1-0-5842e1e393a8@jannau.net> <20260320-apple-m3-initial-devicetrees-v1-3-5842e1e393a8@jannau.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260320-apple-m3-initial-devicetrees-v1-3-5842e1e393a8@jannau.net> On Fri, 20 Mar 2026 13:23:21 +0100, Janne Grunau wrote: > The device power state management of the PMGR blocks on Apple's t8122 > SoC (M3) is compatible with the existing driver. > Add "apple,t8122-pmgr-pwrstate" as SoC specific compatible under the > existing "apple,t8103-pmgr-pwrstate" used by the driver. > > Signed-off-by: Janne Grunau > --- > Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)