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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB531C4742C for ; Fri, 30 Oct 2020 08:00:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C0B12220B for ; Fri, 30 Oct 2020 08:00:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604044834; bh=A5DqtYVC+Vuu9s3i/DSxLYmaYp166CzIlSseYdbIrQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=r2JnV+V1fOwfB9dpatT5M3pq6SWhGKBrsGPYRfxE9h3Bhn6HtdM8jPtuex3znna2E v1iqgGmlmxykSP9NeCZhzMu1z5t+h0tQIiI8d2SYHa0tJEto/ISsYv+QtDY0UBrK1U R7VwPRVTk/mxOkTNQUysJQSSiSv0yhddHTeYC0ZQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725979AbgJ3IAd (ORCPT ); Fri, 30 Oct 2020 04:00:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:60754 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbgJ3IAd (ORCPT ); Fri, 30 Oct 2020 04:00:33 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 10585206DC; Fri, 30 Oct 2020 08:00:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604044833; bh=A5DqtYVC+Vuu9s3i/DSxLYmaYp166CzIlSseYdbIrQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0/uwP2z4FYfcl3tBJEmeorlBzl1rw7AE13l+HpNAP2e+sQ5Sdp6jemI0j7niAj8ya qBiWtj5M+NJbysp9r+rtPTnP42+BQRiw8GqSktTtnCbbzAigJwDfD0WnWpZmHsCvAG hpJvr3q9+MuMon2IIyJxEVoI5tvmtJvNpmhcCgIk= Date: Fri, 30 Oct 2020 16:00:27 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus Message-ID: <20201030080026.GK28755@dragon> References: <20201007140457.233697-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201007140457.233697-1-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Oct 07, 2020 at 09:04:57AM -0500, Adam Ford wrote: > Each cpu core should have a corresponding supply, but only cpu0 does. > This patch adds a supply for each of the secondary cpus. > > Signed-off-by: Adam Ford Applied, thanks.