* [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue
@ 2020-05-28 14:47 Dan Murphy
2020-05-29 2:58 ` Rob Herring
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Dan Murphy @ 2020-05-28 14:47 UTC (permalink / raw)
To: lgirdwood, broonie, perex, tiwai, robh
Cc: alsa-devel, linux-kernel, devicetree, Dan Murphy
Fix dt-binding-check issue
ti,gpi-config:0:0: 4 is greater than the maximum of 1
ti,gpi-config:0:1: 5 is greater than the maximum of 1
ti,gpi-config:0:2: 6 is greater than the maximum of 1
ti,gpi-config:0:3: 7 is greater than the maximum of 1
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
Documentation/devicetree/bindings/sound/tlv320adcx140.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
index e8a69b1c7ca9..306ac3d006dc 100644
--- a/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
+++ b/Documentation/devicetree/bindings/sound/tlv320adcx140.yaml
@@ -109,7 +109,7 @@ properties:
- minItems: 1
maxItems: 4
items:
- maximum: 1
+ maximum: 7
default: [0, 0, 0, 0]
required:
--
2.26.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue
2020-05-28 14:47 [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue Dan Murphy
@ 2020-05-29 2:58 ` Rob Herring
2020-05-29 10:51 ` Mark Brown
2020-05-29 16:51 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-05-29 2:58 UTC (permalink / raw)
To: Dan Murphy
Cc: lgirdwood, broonie, perex, tiwai, alsa-devel, linux-kernel,
devicetree
On Thu, May 28, 2020 at 09:47:11AM -0500, Dan Murphy wrote:
> Fix dt-binding-check issue
>
> ti,gpi-config:0:0: 4 is greater than the maximum of 1
> ti,gpi-config:0:1: 5 is greater than the maximum of 1
> ti,gpi-config:0:2: 6 is greater than the maximum of 1
> ti,gpi-config:0:3: 7 is greater than the maximum of 1
>
> Reported-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
> Documentation/devicetree/bindings/sound/tlv320adcx140.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for the quick fix.
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue
2020-05-28 14:47 [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue Dan Murphy
2020-05-29 2:58 ` Rob Herring
@ 2020-05-29 10:51 ` Mark Brown
2020-05-29 16:51 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-05-29 10:51 UTC (permalink / raw)
To: Dan Murphy
Cc: lgirdwood, perex, tiwai, robh, alsa-devel, linux-kernel,
devicetree
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
On Thu, May 28, 2020 at 09:47:11AM -0500, Dan Murphy wrote:
> Fix dt-binding-check issue
Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue
2020-05-28 14:47 [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue Dan Murphy
2020-05-29 2:58 ` Rob Herring
2020-05-29 10:51 ` Mark Brown
@ 2020-05-29 16:51 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-05-29 16:51 UTC (permalink / raw)
To: Dan Murphy, lgirdwood, perex, robh, tiwai
Cc: devicetree, alsa-devel, linux-kernel
On Thu, 28 May 2020 09:47:11 -0500, Dan Murphy wrote:
> Fix dt-binding-check issue
>
> ti,gpi-config:0:0: 4 is greater than the maximum of 1
> ti,gpi-config:0:1: 5 is greater than the maximum of 1
> ti,gpi-config:0:2: 6 is greater than the maximum of 1
> ti,gpi-config:0:3: 7 is greater than the maximum of 1
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: tlv320adcx140: Fix dt-binding-check issue
commit: c8b47d63ad8755780b6b70dbe57ab8333bcc4a0f
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] 4+ messages in thread
end of thread, other threads:[~2020-05-29 16:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-28 14:47 [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue Dan Murphy
2020-05-29 2:58 ` Rob Herring
2020-05-29 10:51 ` Mark Brown
2020-05-29 16:51 ` 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).