From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id EE2FE3093CB; Fri, 29 Aug 2025 10:31:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756463484; cv=none; b=kQOiU4TcYm3N4PFZI+ix6HjWeXI6OElFkH8/U5Egfdkcy9GUI28gaMvkyEWbka0aws71Yca4zaE/dvvXDsVEEZbkMDUfX8zvksuqLqUMGJryfzfT8yApUI32nux+6pXOLeihQnqG/A9yRWtpaQm3SZWc/K2zOTOREcbdzGMyGfI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756463484; c=relaxed/simple; bh=scZcinbTzN8o8Y+jCWTGEqcBsO2Nuy7SNS2QbPiMiXo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eQaR9+ZFMqs7mm1pcriVPL6RiF7eoNrrjCSJMgTSpLRZVT7ooP8cllv+as14H6nyRHC/n+O5div0eMYzzVVmRCn4fgaYOtiCXihBCipJ4l92ZdOo0OGYUZ1jd7JKWiw5XE4tT2nH9Zx9KagkivXJb4/edxvCh6Efe45jl3I80g4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1urwO1-0004FO-00; Fri, 29 Aug 2025 12:31:13 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id E19A6C0796; Fri, 29 Aug 2025 12:21:00 +0200 (CEST) Date: Fri, 29 Aug 2025 12:21:00 +0200 From: Thomas Bogendoerfer To: Florian Fainelli Cc: linux-mips@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Conor Dooley , Broadcom internal kernel review list , "open list:MEMORY CONTROLLER DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE" Subject: Re: [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Message-ID: References: <20250729205213.3392481-1-florian.fainelli@broadcom.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250729205213.3392481-1-florian.fainelli@broadcom.com> On Tue, Jul 29, 2025 at 01:52:11PM -0700, Florian Fainelli wrote: > This patch series updates the MIPS-based Broadcom STB chips to use a > proper compatible string for their memory controller node(s) after > 501be7cecec9 ("dt-bindings: memory-controller: Define fallback > compatible"). > > Florian Fainelli (2): > dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips > MIPS: BMIPS: Properly define memory controller compatible > > .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml | 4 ++++ > arch/mips/boot/dts/brcm/bcm7346.dtsi | 3 ++- > arch/mips/boot/dts/brcm/bcm7360.dtsi | 3 ++- > arch/mips/boot/dts/brcm/bcm7362.dtsi | 3 ++- > arch/mips/boot/dts/brcm/bcm7425.dtsi | 6 ++++-- > arch/mips/boot/dts/brcm/bcm7435.dtsi | 6 ++++-- > 6 files changed, 18 insertions(+), 7 deletions(-) series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]