From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FB2D16419; Wed, 2 Oct 2024 23:28:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727911691; cv=none; b=NA08dETrpUg41VS6P1gMM5jm82vujAQl479K6/G8AlWF+Zb3V2sZq9M67J2vCaPdyeOD/7//AomiAXjdWKbAXAWdAjWZKwyjHV+hXtbnO5BL/V3R48/JYyVJWWgKIWs2vpevm061Zj/5NH9S4wELz9GfuqXHi39+8zuBwOaGJaU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727911691; c=relaxed/simple; bh=W1lLp2pPTaIJzlX9xAi0bfcKDw6TZrgG4RIG2rCObS8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=X0i1/Fjfwc/BgjSq0zsxH68NonrV6vPiK2RXvpYG7Qr367IfOm4XwscwIYeso6iho6COEOMzN1d62n0kFG7Jc3Ib9fn83boBPdzb1C8nQhYg4Gc/Va7YV4KElBKeoRG0X8+pe2OxY45KgH/Q/+Po/Jz6CMjg70q7lX/6CfXUNtU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Unr6w84d; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Unr6w84d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6BF7BC4CEC2; Wed, 2 Oct 2024 23:28:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727911690; bh=W1lLp2pPTaIJzlX9xAi0bfcKDw6TZrgG4RIG2rCObS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Unr6w84d6DcYViY8Oq8lTRe5r+ynB+qwxQRrN0PXQ21hGMkiKtB4s+zuEuU7KgpYA TSoyTy9NdgpoDmEXHgf4H9vD54L2mqioM8O8Q55Mz3xFJzmEwYrYIZksMHxmoQ+bx+ TRB6kRjWMye99RRcvujFvNaJjx4Y102A5IOydiG0jgasJ/IDIiNGsA5uq52FGncphq oPdmA3iZznDTTA3cenmQBNg2ZemPEC8HPwC6hpNUD2Y3M+brqCWLe5wQkeEtzLI6gI opZq4Y0GK67ARrTe7g6QsUfAFsvzu8szHL4p2v9CTrKgy99FpJHg39Wsbca4gqrL/U KJ9AX2YFhxvpA== Date: Wed, 2 Oct 2024 18:28:09 -0500 From: "Rob Herring (Arm)" To: Conor Dooley Cc: Martin Blumenstingl , Jerome Brunet , Palmer Dabbelt , Albert Ou , linux-amlogic@lists.infradead.org, Jassi Brar , linux-clk@vger.kernel.org, Neil Armstrong , linux-riscv@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Conor Dooley , Lee Jones , Krzysztof Kozlowski , Michael Turquette , devicetree@vger.kernel.org, Stephen Boyd , Daire McNamara , Kevin Hilman , Philipp Zabel , valentina.fernandezalanis@microchip.com, linux-kernel@vger.kernel.org, pierre-henry.moussay@microchip.com, Paul Walmsley Subject: Re: [PATCH v1 03/11] dt-bindings: mfd: syscon document the non simple-mfd syscon on PolarFire SoC Message-ID: <172791168896.1540364.4847195288763668574.robh@kernel.org> References: <20241002-private-unequal-33cfa6101338@spud> <20241002-clambake-raider-a8cbb3a021a8@spud> Precedence: bulk X-Mailing-List: devicetree@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: <20241002-clambake-raider-a8cbb3a021a8@spud> On Wed, 02 Oct 2024 11:48:01 +0100, Conor Dooley wrote: > From: Conor Dooley > > The "mss_top_scb" register region on PolarFire SoC contains many > different functions, including controls for the AXI bus and other things > mainly of interest to the bootloader. The interrupt register for the > system controller's mailbox is also in here, which is needed by the > operating system. > > Signed-off-by: Conor Dooley > --- > Documentation/devicetree/bindings/mfd/syscon.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)