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 638C22F2E for ; Wed, 9 Feb 2022 07:33:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 876DCC340E7; Wed, 9 Feb 2022 07:33:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644392000; bh=Rzge9oAQz4dbWS5RgHIqc15BqtGl9ShBQCtd3fASJXw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MvUqNy2tT+NEgFGw7BnwE2Dca4xIFY/4a8zTuBbAq8X+bRRoS5fd+n3jc7xHFXofs Iv85lAIGdgTVgh6uobVdjkdLI9yA1riob3q9a6h5KED5h4IpPHxFGj7oiiD2VJ7jSl 5pbjHGHVB6y74cN4RNgdGmEvesH4bcNKrbyHDgnkEROJHeOfQuvXZTTD/a75QzqXF4 65Z9uTDLZe9KKKEwyzV6aAn6bRQcs/qeGpEPyl0w+Jhfe2pAtvS1C+myuAu7jkyiNb /ONgmTQgPBK+l0HaxzH3wqHsBjRWu1X2VcNBCZOKj14aUvobR3mWwWp3IFuWumh0n6 fjmEzKfij9bYw== Date: Wed, 9 Feb 2022 15:33:12 +0800 From: Shawn Guo To: Adam Ford Cc: linux-media@vger.kernel.org, aford@beaconembedded.com, cphealy@gmail.com, Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Greg Kroah-Hartman , Lucas Stach , 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 Subject: Re: [PATCH V4 08/11] arm64: dts: imx8mm: Fix VPU Hanging Message-ID: <20220209073312.GG4909@dragon> References: <20220125171129.472775-1-aford173@gmail.com> <20220125171129.472775-9-aford173@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@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: <20220125171129.472775-9-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) On Tue, Jan 25, 2022 at 11:11:25AM -0600, Adam Ford wrote: > The vpumix power domain has a reset assigned to it, however > when used, it causes a system hang. Testing has shown that > it does not appear to be needed anywhere. > > Fixes: d39d4bb15310 ("arm64: dts: imx8mm: add GPC node") > Signed-off-by: Adam Ford Applied, thanks!