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 433E9ECAAA1 for ; Sat, 3 Sep 2022 01:51:09 +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=ZVQJf9OPX7K3XBHZ4/3juEGY+NTVg4DkB0wwyFnuI5M=; b=TUzu9m3qqLRujW H7BoJRIG9HMfeUnjfsnjWgc3Vt/ZJNea9CQ98ryLQI31WchbJ3408lqtL3LH6P0JCka6pKO990Cny iBs43hbI/VB53i/kltGyR9UHH+nj5S+0koQYTgfc00uUDzdic+tI6+3ZLlKTWN4Vt5NeIzJ0fHYqD 2np+aYhMvWkoB4SNx8WYsd0z58CUnzXS4n8E1id/+8pJ8/5hpcir8MjIJagdpvuz1FzFxDLrs5syh 1gUGtP5Rpz7PZb8NzvIPIVziudkjjFt5/JaE8yUAxBGdAnPaMaNQOnJfkWJUAtGKoQOI6kFEY7D/P COgIUUcxENQDU8i0gfBA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUIIS-00FYH0-N9; Sat, 03 Sep 2022 01:50:08 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUIIP-00FYFc-Mt for linux-arm-kernel@lists.infradead.org; Sat, 03 Sep 2022 01:50:07 +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 ams.source.kernel.org (Postfix) with ESMTPS id F3FF1B82D02; Sat, 3 Sep 2022 01:50:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 271FCC433D6; Sat, 3 Sep 2022 01:49:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662169802; bh=8zH5gxI+OIaTvPBN8CtiW/C2Ma0B/x4cCp73Xma/fEo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ns1UreuYUsfeuPQ0FmWblT6aa5nDkwiyEFPfYAsoYlq2UvJ7avgcxyIj42LVS7IKi tsivupa7Cge5HXGGxefYJL2q/zqk950Y1aZxpFhPYUTyjKxI2K6jcnwnxu7zhluaL3 0I2VRL1W0fPy5SmoIiue2iL4g785xA5AbObWvx1RpEajEM7/aNR0d6Pd/CZvo0b3zK e0r7HWZ/eoSLJphKrXPlhne3WE62yUNDQTIoBxdigjConynaGrrYmkSMRRTWnAnZiy tOdJvtq45WUgl5lP+hJW0adqVWyzawCoQG9YNpe64fP+yAK9+3RjMEorpPEkGGV5VO h33+aPm2ikSkA== Date: Sat, 3 Sep 2022 09:49:56 +0800 From: Shawn Guo To: Max Krummenacher Cc: Max Krummenacher , Fabio Estevam , Krzysztof Kozlowski , Laurent Pinchart , Marcel Ziswiler , NXP Linux Team , Pengutronix Kernel Team , Philippe Schenker , Rob Herring , Sascha Hauer , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mp-verdin: add cpu-supply Message-ID: <20220903014956.GB1728671@dragon> References: <20220822075342.2611279-1-max.oss.09@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220822075342.2611279-1-max.oss.09@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220902_185005_916895_792DFF09 X-CRM114-Status: GOOD ( 11.59 ) 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 Mon, Aug 22, 2022 at 09:53:42AM +0200, Max Krummenacher wrote: > From: Max Krummenacher > > Add the cpu-supply property to all CPU nodes to enable the cpufreq > driver. > > Signed-off-by: Max Krummenacher Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel