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 9ACE7C43334 for ; Thu, 30 Jun 2022 15:42:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235942AbiF3Pmr (ORCPT ); Thu, 30 Jun 2022 11:42:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235819AbiF3Pmr (ORCPT ); Thu, 30 Jun 2022 11:42:47 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8DFBF3DA52; Thu, 30 Jun 2022 08:42:46 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8B5781063; Thu, 30 Jun 2022 08:42:46 -0700 (PDT) Received: from bogus (unknown [10.57.39.193]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6A2683F66F; Thu, 30 Jun 2022 08:42:43 -0700 (PDT) Date: Thu, 30 Jun 2022 16:41:32 +0100 From: Sudeep Holla To: Conor Dooley Cc: Daire McNamara , Ivan Griffin , Palmer Dabbelt , Palmer Dabbelt , linux-riscv@lists.infradead.org, Conor Dooley , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Albert Ou , Atish Patra , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] riscv: dts: microchip: hook up the mpfs' l2cache Message-ID: <20220630154132.i54to4l4divkbr2d@bogus> References: <20220629200732.4039258-1-conor@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220629200732.4039258-1-conor@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jun 29, 2022 at 09:07:33PM +0100, Conor Dooley wrote: > From: Conor Dooley > > The initial PolarFire SoC devicetree must have been forked off from > the fu540 one prior to the addition of l2cache controller support being > added there. When the controller node was added to mpfs.dtsi, it was > not hooked up to the CPUs & thus sysfs reports an incorrect cache > configuration. Hook it up. > Reviewed-by: Sudeep Holla -- Regards, Sudeep