* [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks
@ 2023-01-31 5:09 Kiseok Jo
2023-01-31 14:32 ` Mark Brown
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Kiseok Jo @ 2023-01-31 5:09 UTC (permalink / raw)
To: Rob Herring, Mark Brown, Liam Girdwood, Krzysztof Kozlowski
Cc: alsa-devel, devicetree, Kiseok Jo, Rob Herring
Fix the bindings checks like syntax error.
Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
Reported-by: Rob Herring <robh@kernel.org>
---
.../bindings/sound/irondevice,sma1303.yaml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml b/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
index eb87374cc812..162c52606635 100644
--- a/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
+++ b/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
@@ -19,14 +19,13 @@ required:
- compatible
- reg
-additionalProperties: true
+additionalProperties: false
examples:
- |
- #include <dt-bindings/gpio/gpio.h>
i2c_bus {
- sma1303_amp: sma1303@1e {
- compatible = "irondevice,sma1303";
- reg = <0x1e>;
- };
- };
+ amplifier@1e {
+ compatible = "irondevice,sma1303";
+ reg = <0x1e>;
+ };
+ };
base-commit: eeb6b0feb597e8fb88c4e1459323060e17350752
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks
2023-01-31 5:09 [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks Kiseok Jo
@ 2023-01-31 14:32 ` Mark Brown
2023-02-01 12:58 ` Krzysztof Kozlowski
2023-02-01 13:00 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-01-31 14:32 UTC (permalink / raw)
To: Rob Herring, Liam Girdwood, Krzysztof Kozlowski, Kiseok Jo
Cc: alsa-devel, devicetree, Rob Herring
On Tue, 31 Jan 2023 05:09:47 +0000, Kiseok Jo wrote:
> Fix the bindings checks like syntax error.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks
commit: 1c24d12b68fa85fe51184ac64f446b27a4ccfaec
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* Re: [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks
2023-01-31 5:09 [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks Kiseok Jo
2023-01-31 14:32 ` Mark Brown
@ 2023-02-01 12:58 ` Krzysztof Kozlowski
2023-02-01 13:00 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-01 12:58 UTC (permalink / raw)
To: Kiseok Jo, Rob Herring, Mark Brown, Liam Girdwood,
Krzysztof Kozlowski
Cc: alsa-devel, devicetree, Rob Herring
On 31/01/2023 06:09, Kiseok Jo wrote:
> Fix the bindings checks like syntax error.
>
> Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
> Reported-by: Rob Herring <robh@kernel.org>
> ---
> .../bindings/sound/irondevice,sma1303.yaml | 13 ++++++-------
> 1 file changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml b/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
> index eb87374cc812..162c52606635 100644
> --- a/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
> +++ b/Documentation/devicetree/bindings/sound/irondevice,sma1303.yaml
I would actually prefer to revert... patch was never reviewed (never
CC'ed to all maintainers as requested by get_maintainer.pl) and will
need more fixes after that fix. Eh, more patches to come.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks
2023-01-31 5:09 [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks Kiseok Jo
2023-01-31 14:32 ` Mark Brown
2023-02-01 12:58 ` Krzysztof Kozlowski
@ 2023-02-01 13:00 ` Krzysztof Kozlowski
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-01 13:00 UTC (permalink / raw)
To: Kiseok Jo, Rob Herring, Mark Brown, Liam Girdwood,
Krzysztof Kozlowski
Cc: alsa-devel, devicetree, Rob Herring
On 31/01/2023 06:09, Kiseok Jo wrote:
> Fix the bindings checks like syntax error.
BTW, so not only original patch was not tested but also fix was not
tested at all. This still fails next.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-01 13:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-31 5:09 [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: Fix about breaking the checks Kiseok Jo
2023-01-31 14:32 ` Mark Brown
2023-02-01 12:58 ` Krzysztof Kozlowski
2023-02-01 13:00 ` Krzysztof Kozlowski
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).