From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-177131.yeah.net (mail-177131.yeah.net [123.58.177.131]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0E2FB364D4 for ; Fri, 29 Mar 2024 03:19:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=123.58.177.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711682391; cv=none; b=U59/evvoLOnG3khJSiSg9wHapv5HfcAJ0XpMHND7TRC1MiummDeyfoISrc2XZb7PhRDIKdCYOmshkhngs031hl38o00GNvlD3Ks2j9dFBBycPrl8VDB8F3SK2ZrT7HsJ9YhGHe2QURYk+WqWrgISZuRG/dnfSySbHYVEnEOxJfI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711682391; c=relaxed/simple; bh=exObhU+NPhsrphGqdTFlopH3qXjgSIhlXiSsXlX2p5o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O3e6SiL0tl9OXUZrtuWSdgjCB6Zw0GOK1Bg/j2KrZaebyvf+zKVDwSgh3zeS5fm/DIAdmSoQJjBnGqaJML5tMFITvguvh/rxGtWeFhGhNlJl7eFOFoL+F+jpZpLimOJ1X5sTgQlJX36lPEPqoBSqnH3psbZrUhW3cu6DOx9I4EY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=Kxoaro4C; arc=none smtp.client-ip=123.58.177.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="Kxoaro4C" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=h8cOZy/XmPaW8U15xIsY8Qi7DKjXQPidiqYs2w/rIm8=; b=Kxoaro4CBxsiMM6cSL7pQIQDb5AumCfW9J3fXMxkI3yX69GQt46stjvHdr7egl L4q6mwLTvWR6DUPs4hxhr99/RxA1vd5iYbtUuKeE0g8E8wli0n0Xc/JqPYiwzCms CBjCZ5DZg77H88HU7RikpCvJVrJ4j07QvM+ZjQIb5OItg= Received: from dragon (unknown [183.213.196.225]) by smtp1 (Coremail) with SMTP id ClUQrAAXnw4yMwZmLmJdAQ--.20927S3; Fri, 29 Mar 2024 11:19:15 +0800 (CST) Date: Fri, 29 Mar 2024 11:19:14 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, aford@beaconembedded.com, Lucas Stach , Marek Vasut , Luca Ceresoli , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Catalin Marinas , Will Deacon , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH V7 3/6] arm64: dts: imx8mp: add HDMI power-domains Message-ID: References: <20240227220444.77566-1-aford173@gmail.com> <20240227220444.77566-4-aford173@gmail.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240227220444.77566-4-aford173@gmail.com> X-CM-TRANSID:ClUQrAAXnw4yMwZmLmJdAQ--.20927S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVaZXUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDROwZVszXXHD-QAAsx On Tue, Feb 27, 2024 at 04:04:37PM -0600, Adam Ford wrote: > From: Lucas Stach > > This adds the PGC and HDMI blk-ctrl nodes providing power control for > HDMI subsystem peripherals. > > Signed-off-by: Adam Ford > Signed-off-by: Lucas Stach > Tested-by: Marek Vasut > Tested-by: Luca Ceresoli Applied 3 ~ 6, thanks!