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 005CBC433F5 for ; Wed, 9 Feb 2022 07:27:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237287AbiBIH1h (ORCPT ); Wed, 9 Feb 2022 02:27:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230339AbiBIH1g (ORCPT ); Wed, 9 Feb 2022 02:27:36 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A39FC0613CB; Tue, 8 Feb 2022 23:27:40 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 33BDB61797; Wed, 9 Feb 2022 07:27:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0CB3AC340E7; Wed, 9 Feb 2022 07:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644391659; bh=OJvm1A6pDfiZ/Vq3R8cpstnj4FnW2flkaQ6gkEpC+CU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EzIcFnpKOHLF0hCQXS68sK9fBYL1sA56ob89NKnhCVtTL6fVaZrlD8PO9n6vxqfyQ 8kFfLoc1IEoaO+984K1zUWN6jKjX0QYJBwgoOj3/1yc45I0mbmCRmD5JcCXlAqEBAo v6s+PZHWykCJC44W6Iq7Zk8gzs945MnOj7IilCd+DCrFGtBYWlWIoe0fKkRHan+3hp MxJ2CuilFfHlix2K843FmQAyTjqKF3jD4l6cYCA1h4tL8+9YW2LvjCW0yyVGdWsoxK EKWWL4veNUIX7gQn6z8wkYMifpV1Y6xzP3dZkBtb+4Eu5mmomt7HlCCmyP8aRUmwTP u++yOXbYflMkQ== Date: Wed, 9 Feb 2022 15:27:31 +0800 From: Shawn Guo To: Ezequiel Garcia Cc: Adam Ford , linux-media@vger.kernel.org, aford@beaconembedded.com, cphealy@gmail.com, kernel test robot , 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 07/11] arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl Message-ID: <20220209072730.GF4909@dragon> References: <20220125171129.472775-1-aford173@gmail.com> <20220125171129.472775-8-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jan 25, 2022 at 04:04:38PM -0300, Ezequiel Garcia wrote: > On Tue, Jan 25, 2022 at 11:11:24AM -0600, Adam Ford wrote: > > With the Hantro G1 and G2 now setup to run independently, update > > the device tree to allow both to operate. This requires the > > vpu-blk-ctrl node to be configured. Since vpu-blk-ctrl needs > > certain clock enabled to handle the gating of the G1 and G2 > > fuses, the clock-parents and clock-rates for the various VPU's > > to be moved into the pgc_vpu because they cannot get re-parented > > once enabled, and the pgc_vpu is the highest in the chain. > > > > Signed-off-by: Adam Ford > > Reported-by: kernel test robot > > It doesn't seem correct to have the Reported-by on this commit. Applied with Reported-by tag dropped, thanks!