2022-08-23 13:24:01

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width

reg-io-width is a standard property, so no need for defining its type

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
index 37c3c272407d..d33b72fabc5d 100644
--- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
+++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
@@ -104,7 +104,6 @@ properties:
const: spi

reg-io-width:
- $ref: /schemas/types.yaml#/definitions/uint32
description: I/O register width (in bytes) implemented by this device
default: 4
enum: [ 2, 4 ]
--
2.34.1


2022-08-23 19:07:52

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width

On Tue, 23 Aug 2022 13:09:37 +0300, Krzysztof Kozlowski wrote:
> reg-io-width is a standard property, so no need for defining its type
>
>

Applied to

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

Thanks!

[1/1] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width
commit: 52069b2a869ebdcaedf829730730c5998d56b910

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

2022-08-23 21:03:22

by Serge Semin

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width

On Tue, Aug 23, 2022 at 01:09:37PM +0300, Krzysztof Kozlowski wrote:
> reg-io-width is a standard property, so no need for defining its type
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

The patch has already been merged in, anyway thanks for the fix.
Acked-by: Serge Semin <[email protected]>

-Sergey

> ---
> Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> index 37c3c272407d..d33b72fabc5d 100644
> --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
> @@ -104,7 +104,6 @@ properties:
> const: spi
>
> reg-io-width:
> - $ref: /schemas/types.yaml#/definitions/uint32
> description: I/O register width (in bytes) implemented by this device
> default: 4
> enum: [ 2, 4 ]
> --
> 2.34.1
>