public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] spi: dt-bindings: mpfs-spi: permit resets
@ 2026-03-03 16:41 Conor Dooley
  2026-03-03 16:41 ` [PATCH 2/2] spi: dt-bindings: mpfs-spi: remove clock-names Conor Dooley
  2026-03-03 19:19 ` [PATCH 1/2] spi: dt-bindings: mpfs-spi: permit resets Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Conor Dooley @ 2026-03-03 16:41 UTC (permalink / raw)
  To: linux-spi
  Cc: conor, Conor Dooley, Daire McNamara, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, linux-riscv, devicetree, linux-kernel

From: Conor Dooley <conor.dooley@microchip.com>

CoreSPI, CoreQSPI and the hardened versions of them on mpfs and
pic64gx have a reset pin. For the first two, usually this is wired to
a common fabric reset not managed by software and for the latter two
the platform firmware takes them out of reset on first-party boards
(or those using modified versions of the vendor firmware), but not all
boards may take this approach. Permit providing a reset in devicetree
for Linux, or other devicetree-consuming software, to use.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
CC: Conor Dooley <conor.dooley@microchip.com>
CC: Daire McNamara <daire.mcnamara@microchip.com>
CC: Mark Brown <broonie@kernel.org>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: linux-riscv@lists.infradead.org
CC: linux-spi@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
---
 Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml b/Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml
index 636338d24bdfb..b7d8acc924be4 100644
--- a/Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml
@@ -41,6 +41,9 @@ properties:
   clocks:
     maxItems: 1
 
+  resets:
+    maxItems: 1
+
   microchip,apb-datawidth:
     description: APB bus data width in bits.
     $ref: /schemas/types.yaml#/definitions/uint32
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-03 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 16:41 [PATCH 1/2] spi: dt-bindings: mpfs-spi: permit resets Conor Dooley
2026-03-03 16:41 ` [PATCH 2/2] spi: dt-bindings: mpfs-spi: remove clock-names Conor Dooley
2026-03-03 19:19 ` [PATCH 1/2] spi: dt-bindings: mpfs-spi: permit resets Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox