spi: Add resets to the PL022 bindings
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 20 Nov 2021 01:17:15 +0000 (02:17 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 22 Nov 2021 15:48:23 +0000 (15:48 +0000)
Some PL022 implementations provide a reset line to the silicon
IP block, add a device tree property for this.

Cc: devicetree@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20211120011715.2630873-1-linus.walleij@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/spi-pl022.yaml

index a91d868e40c5e6c3441c75ff8d36eb9bbb3ace50..6d633728fc2be569032f306717d93ae5d6392a1b 100644 (file)
@@ -72,6 +72,9 @@ properties:
       - const: rx
       - const: tx
 
+  resets:
+    maxItems: 1
+
 patternProperties:
   "^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-f]+$":
     type: object