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 81F50C433F5 for ; Wed, 9 Feb 2022 07:10:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236097AbiBIHKo (ORCPT ); Wed, 9 Feb 2022 02:10:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234655AbiBIHKn (ORCPT ); Wed, 9 Feb 2022 02:10:43 -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 98936C0613CB; Tue, 8 Feb 2022 23:10:46 -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 4D4B361766; Wed, 9 Feb 2022 07:10:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62131C340E7; Wed, 9 Feb 2022 07:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644390644; bh=rxEgYRgCwh9LFZmjFE4yFU9bmXyedf1uJf5KWKZeimw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pF2VIo0xfzFKaABIHU07EfutScT1WHJ74mvcMYGyeh2ppZzaZuX2OUOFmeRK4vLS5 tMGbYPMhqUpkntCw9DDn0LhzGO0hx28dhQ1RC85GvbyZ66meuWY4GN4oGikBi3SKu/ i3lQ2D12D2M0o9EMxRfLM+u/PpzxTxvhQhsR0HdfUjF/42rkEbpu+rhCbkRmQ1uU3y 0bVc/bkWyOSApdLAg5MlbghHHade1GTfBL8JMy93OCeXXSSTogyoWGLk6VWbWdt/md MifcnN7HRhbzKtyRTlWu2cVdLnx303IpkLU0mXARrqmLkTPIuZhNC5pUAw+o/bun7P PB7/SrSP9lpzA== Date: Wed, 9 Feb 2022 15:10:37 +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 01/11] arm64: dts: imx8mq-tqma8mq: Remove redundant vpu reference Message-ID: <20220209071036.GB4909@dragon> References: <20220125171129.472775-1-aford173@gmail.com> <20220125171129.472775-2-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220125171129.472775-2-aford173@gmail.com> 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 11:11:18AM -0600, Adam Ford wrote: > The vpu is enabled by default, so there is no need to manually > enable it. > > Signed-off-by: Adam Ford Applied, thanks!