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 BEE2FC433EF for ; Thu, 27 Jan 2022 08:46:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237874AbiA0Iqy (ORCPT ); Thu, 27 Jan 2022 03:46:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232313AbiA0Iqx (ORCPT ); Thu, 27 Jan 2022 03:46:53 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3013DC061714; Thu, 27 Jan 2022 00:46:53 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EA3B1B821E4; Thu, 27 Jan 2022 08:46:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 475C8C340E4; Thu, 27 Jan 2022 08:46:47 +0000 (UTC) Message-ID: <43e29322-fc4d-2c72-86b2-1f41fb05a2f9@xs4all.nl> Date: Thu, 27 Jan 2022 09:46:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains Content-Language: en-US To: Shawn Guo Cc: aford@beaconembedded.com, cphealy@gmail.com, Lucas Stach , Rob Herring , Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Greg Kroah-Hartman , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, linux-media@vger.kernel.org, Adam Ford References: <20220125171129.472775-1-aford173@gmail.com> <20220125171129.472775-3-aford173@gmail.com> From: Hans Verkuil In-Reply-To: <20220125171129.472775-3-aford173@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Shawn, Can you take patches 2-4 of this series or shall I? In the latter case I need your Acked-by for these three patches. Regards, Hans On 25/01/2022 18:11, Adam Ford wrote: > From: Lucas Stach > > This adds the defines for the power domains provided by the VPU > blk-ctrl on the i.MX8MQ. > > Signed-off-by: Lucas Stach > Acked-by: Rob Herring > > diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h > index 8a513bd9166e..9f7d0f1e7c32 100644 > --- a/include/dt-bindings/power/imx8mq-power.h > +++ b/include/dt-bindings/power/imx8mq-power.h > @@ -18,4 +18,7 @@ > #define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 > #define IMX8M_POWER_DOMAIN_PCIE2 10 > > +#define IMX8MQ_VPUBLK_PD_G1 0 > +#define IMX8MQ_VPUBLK_PD_G2 1 > + > #endif