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 ABEA1EB64DD for ; Tue, 18 Jul 2023 07:09:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231639AbjGRHJE (ORCPT ); Tue, 18 Jul 2023 03:09:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231623AbjGRHJD (ORCPT ); Tue, 18 Jul 2023 03:09:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD2491B5; Tue, 18 Jul 2023 00:08:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 694F361490; Tue, 18 Jul 2023 07:08:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B1E8C433C7; Tue, 18 Jul 2023 07:08:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689664134; bh=jVjCTwjBzSyTcqcLvvC5oarH29mwv5OVwc1RA/9/26o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PIcxDOif9p4SVoPgODDqYMkYnVTtUfa/qMlOn1c2dmjbwhVH6iKWjufrMS89QMbwE 2+/PC7pm2KHeRwmG25WM2/hnFmS26/ANJ48UtLXNpWmQQbEkgjA3I4QW1QklvrG/vL 5JqC2ikIdjozVzlS72tpnX+3b7z1ojbAJBHyXuShkk6b5EvoCa9JOVhBTSHHEcdmip NlFwTMpSFYokeaXDYOZIYk6T4CnKiPSBH604ArUP19qI51751mZ0mDjphR2yZeWj0M FG/BL0fSYyk8DGE1AUexvOekJG3cAixoSygNUndz3iTsgGVn8QCwnPXa/o/qdo24KC UybYXJzd629bQ== Date: Tue, 18 Jul 2023 15:08:43 +0800 From: Shawn Guo To: Benjamin Gaignard Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, ezequiel@vanguardiasur.com.ar, aford173@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH] ARM64: dts: freescale: Fix VPU G2 clock Message-ID: <20230718070843.GQ9559@dragon> References: <20230707094200.47119-1-benjamin.gaignard@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230707094200.47119-1-benjamin.gaignard@collabora.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Jul 07, 2023 at 11:42:00AM +0200, Benjamin Gaignard wrote: > Set VPU G2 clock to 300MHz like described in documentation. > This fix pixels error occurring with large resolution ( >= 2560x1600) > HEVC test stream when using the postprocessor to produce NV12. > > Fixes: 4ac7e4a81272 ("arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl") > Signed-off-by: Benjamin Gaignard We use prefix "arm64: dts: ..." for arm64 DTS changes. I fixed it up and applied the patch. Shawn