diff mbox series

dt-bindings: spi: Add resets to the PL022 bindings

Message ID 20211120011715.2630873-1-linus.walleij@linaro.org
State Accepted
Commit d94758b344e3b6f16d31cb5b51b93e3e5a4c3567
Headers show
Series dt-bindings: spi: Add resets to the PL022 bindings | expand

Commit Message

Linus Walleij Nov. 20, 2021, 1:17 a.m. UTC
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>
---
Probably it's easiest to apply this to the DT tree.
---
 Documentation/devicetree/bindings/spi/spi-pl022.yaml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Mark Brown Nov. 23, 2021, midnight UTC | #1
On Sat, 20 Nov 2021 02:17:15 +0100, Linus Walleij wrote:
> Some PL022 implementations provide a reset line to the silicon
> IP block, add a device tree property for this.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] dt-bindings: spi: Add resets to the PL022 bindings
      commit: d94758b344e3b6f16d31cb5b51b93e3e5a4c3567

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/spi/spi-pl022.yaml b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
index a91d868e40c5..6d633728fc2b 100644
--- a/Documentation/devicetree/bindings/spi/spi-pl022.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
@@ -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