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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D3232C54EBD for ; Mon, 9 Jan 2023 08:55:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WknxCAFsi78eJ1me1DFTY1wAb9N1cuMPuTMHXP9fmCY=; b=iRgqQXwzPYo/8M unZrN5TMZ+noPFbd+nRajd4iUelaXS/CGCduIcnZgUTgM0/upoy9lvpz2ReIevltMQLpx4H8jKJMZ jJ+2kKxRQC7sWfmRSjThblfinXo7ckU/BAok2VptrP+jKL7k7cXklKgt62j/QiI8hjT6x1gj/N74K FfzBAPQ4WhMWiiuUob3BcC/OOoONQ6mtLGHoKrOgdFwozvidL4Oikx9vrukAf4JEsBTyAKjp24ilX vYD5JQkccZfSFxMsZB/l5JmvUWWtlGucE5qYMTokX5PFZpEwD8sbLGcDZK9p3n/rOoSEkBoeZG1VV zNZaTjv0ijpY9c3JXSlw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEnvX-000Tzq-EX; Mon, 09 Jan 2023 08:54:43 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEnvU-000Tyx-68 for linux-arm-kernel@lists.infradead.org; Mon, 09 Jan 2023 08:54:42 +0000 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 8873760ED1; Mon, 9 Jan 2023 08:54:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1109C433EF; Mon, 9 Jan 2023 08:54:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673254478; bh=deTyYnPUnHVIPeYpi/7VoxYIKHkZH1Xp/uL8xINTh1Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JOL2evPFHikyCG2MO1sq/wJfcDKa3bVR47+ezAq/WC58gQ6Oj1HL4jwaJk978L9e1 x+yOZK+rbFyMqEwGYBo73NaL3M8lNI1WUMUVpErPOd12r47CuagoqSqzmOpwNx7wPJ 3cBuSnmtx8GpAh8wcR5LDqvGk7GgBQHnHLwnIZVGjLVyOnX75P6Gi9X9b5AZg7NscS Rp87hPJS6lmBRAdM3zKTWDZnB8XKXCw0ePaqyxnBROjAyJN31To4Tj3UMHMLp0boRR D5mNc00yK/dR4q3Mqgt7mMHuLRLqOx8hbPytcT0nq+RatOi6kUOxVgFEXrOH6P4qw2 Sh85sp/IuqyOg== Date: Mon, 9 Jan 2023 16:54:33 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH] arm64: defconfig: select i.MX ICC and DEVFREQ Message-ID: <20230109085432.GJ18301@T480> References: <20230104105754.1219877-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230104105754.1219877-1-peng.fan@oss.nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230109_005440_297166_5F5557A7 X-CRM114-Status: GOOD ( 10.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jan 04, 2023 at 06:57:54PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX ICC and DEVFREQ driver is required for i.MX8MP normal boot, > because the BLK CTRL power domain driver requires QoS configuraton. > > Signed-off-by: Peng Fan Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel