linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: dt-bindings: add mising description type to reg property
@ 2022-02-02 10:47 David Heidelberg
  2022-02-03 15:20 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: David Heidelberg @ 2022-02-02 10:47 UTC (permalink / raw)
  To: Li-hao Kuo, Mark Brown, Rob Herring
  Cc: ~okias/devicetree, David Heidelberg, linux-spi, devicetree, linux-kernel

Added missing description type.

Fixes warning:
Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml: properties:reg:items: 'anyOf' conditional failed

Fixes: a708078eeb99 ("spi: Add Sunplus SP7021 schema")

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml b/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
index 24382cdda645..38589fdbc80d 100644
--- a/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
@@ -20,8 +20,8 @@ properties:
 
   reg:
     items:
-      - the SPI master registers
-      - the SPI slave registers
+      - description: the SPI master registers
+      - description: the SPI slave registers
 
   reg-names:
     items:
-- 
2.34.1


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

* Re: [PATCH] spi: dt-bindings: add mising description type to reg property
  2022-02-02 10:47 [PATCH] spi: dt-bindings: add mising description type to reg property David Heidelberg
@ 2022-02-03 15:20 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-02-03 15:20 UTC (permalink / raw)
  To: Li-hao Kuo, David Heidelberg, Rob Herring
  Cc: ~okias/devicetree, devicetree, linux-kernel, linux-spi

On Wed, 2 Feb 2022 11:47:15 +0100, David Heidelberg wrote:
> Added missing description type.
> 
> Fixes warning:
> Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml: properties:reg:items: 'anyOf' conditional failed
> 
> Fixes: a708078eeb99 ("spi: Add Sunplus SP7021 schema")
> 
> [...]

Applied to

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

Thanks!

[1/1] spi: dt-bindings: add mising description type to reg property
      commit: 4e28b22225e3a8b7f1bd3e093301802a2238071a

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

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

end of thread, other threads:[~2022-02-03 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 10:47 [PATCH] spi: dt-bindings: add mising description type to reg property David Heidelberg
2022-02-03 15:20 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).