diff mbox series

[1/2] spi: dt-bindings: cadence: add missing 'required'

Message ID 20220704130618.199231-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 6eee27c598fde65988723b785a9c9192d5ffb93a
Headers show
Series [1/2] spi: dt-bindings: cadence: add missing 'required' | expand

Commit Message

Krzysztof Kozlowski July 4, 2022, 1:06 p.m. UTC
During the conversion the bindings lost list of required properties.

Fixes: aa7968682a2b ("spi: convert Cadence SPI bindings to YAML")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/spi/spi-cadence.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Michal Simek July 4, 2022, 1:09 p.m. UTC | #1
On 7/4/22 15:06, Krzysztof Kozlowski wrote:
> 
> 
> During the conversion the bindings lost list of required properties.
> 
> Fixes: aa7968682a2b ("spi: convert Cadence SPI bindings to YAML")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   Documentation/devicetree/bindings/spi/spi-cadence.yaml | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/spi-cadence.yaml b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
> index 9787be21318e..82d0ca5c00f3 100644
> --- a/Documentation/devicetree/bindings/spi/spi-cadence.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
> @@ -49,6 +49,13 @@ properties:
>       enum: [ 0, 1 ]
>       default: 0
> 
> +required:
> +  - compatible
> +  - reg
> +  - interrupts
> +  - clock-names
> +  - clocks
> +
>   unevaluatedProperties: false
> 
>   examples:
> --
> 2.34.1
> 

Reviewed-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal
Mark Brown July 4, 2022, 6:03 p.m. UTC | #2
On Mon, 4 Jul 2022 15:06:17 +0200, Krzysztof Kozlowski wrote:
> During the conversion the bindings lost list of required properties.
> 
> 

Applied to

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

Thanks!

[1/2] spi: dt-bindings: cadence: add missing 'required'
      commit: 6eee27c598fde65988723b785a9c9192d5ffb93a
[2/2] spi: dt-bindings: zynqmp-qspi: add missing 'required'
      commit: acfc34f008c3e66bbcb7b9162c80c8327b6e800f

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-cadence.yaml b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
index 9787be21318e..82d0ca5c00f3 100644
--- a/Documentation/devicetree/bindings/spi/spi-cadence.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
@@ -49,6 +49,13 @@  properties:
     enum: [ 0, 1 ]
     default: 0
 
+required:
+  - compatible
+  - reg
+  - interrupts
+  - clock-names
+  - clocks
+
 unevaluatedProperties: false
 
 examples: