* Re: [PATCH -next] dt-bindings: mfd: twl: Fix example
2024-06-12 13:40 [PATCH -next] dt-bindings: mfd: twl: Fix example Andreas Kemnade
@ 2024-06-12 14:03 ` Lee Jones
2024-06-13 6:36 ` Krzysztof Kozlowski
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2024-06-12 14:03 UTC (permalink / raw)
To: Andreas Kemnade
Cc: robh, krzk+dt, conor+dt, broonie, devicetree, linux-kernel
On Wed, 12 Jun 2024, Andreas Kemnade wrote:
> Fix example to also conform to rules specified in the separate
> not-included gpadc binding.
>
> Fixes: 62e4f3396197 ("dt-bindings: regulator: twl-regulator: convert to yaml")
If this was applied via Regulator, that's where the fix will need to go.
Acked-by: Lee Jones <lee@kernel.org>
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
> Documentation/devicetree/bindings/mfd/ti,twl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
> index 2cbdd238f48f..e94b0fd7af0f 100644
> --- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml
> +++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
> @@ -225,6 +225,7 @@ examples:
> gpadc {
> compatible = "ti,twl6030-gpadc";
> interrupts = <6>;
> + #io-channel-cells = <1>;
> };
>
> rtc {
> --
> 2.39.2
>
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH -next] dt-bindings: mfd: twl: Fix example
2024-06-12 13:40 [PATCH -next] dt-bindings: mfd: twl: Fix example Andreas Kemnade
2024-06-12 14:03 ` Lee Jones
@ 2024-06-13 6:36 ` Krzysztof Kozlowski
2024-06-13 14:38 ` Rob Herring
2024-07-04 12:24 ` Mark Brown
3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-13 6:36 UTC (permalink / raw)
To: Andreas Kemnade, lee, robh, krzk+dt, conor+dt, broonie,
devicetree, linux-kernel
On 12/06/2024 15:40, Andreas Kemnade wrote:
> Fix example to also conform to rules specified in the separate
> not-included gpadc binding.
>
> Fixes: 62e4f3396197 ("dt-bindings: regulator: twl-regulator: convert to yaml")
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
> Documentation/devicetree/bindings/mfd/ti,twl.yaml | 1 +
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH -next] dt-bindings: mfd: twl: Fix example
2024-06-12 13:40 [PATCH -next] dt-bindings: mfd: twl: Fix example Andreas Kemnade
2024-06-12 14:03 ` Lee Jones
2024-06-13 6:36 ` Krzysztof Kozlowski
@ 2024-06-13 14:38 ` Rob Herring
2024-07-04 12:24 ` Mark Brown
3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2024-06-13 14:38 UTC (permalink / raw)
To: Andreas Kemnade; +Cc: lee, krzk+dt, conor+dt, broonie, devicetree, linux-kernel
On Wed, Jun 12, 2024 at 03:40:39PM +0200, Andreas Kemnade wrote:
> Fix example to also conform to rules specified in the separate
> not-included gpadc binding.
>
> Fixes: 62e4f3396197 ("dt-bindings: regulator: twl-regulator: convert to yaml")
Reported-by: Rob Herring (Arm) <robh@kernel.org>
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
> ---
> Documentation/devicetree/bindings/mfd/ti,twl.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
> index 2cbdd238f48f..e94b0fd7af0f 100644
> --- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml
> +++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml
> @@ -225,6 +225,7 @@ examples:
> gpadc {
> compatible = "ti,twl6030-gpadc";
> interrupts = <6>;
> + #io-channel-cells = <1>;
> };
>
> rtc {
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH -next] dt-bindings: mfd: twl: Fix example
2024-06-12 13:40 [PATCH -next] dt-bindings: mfd: twl: Fix example Andreas Kemnade
` (2 preceding siblings ...)
2024-06-13 14:38 ` Rob Herring
@ 2024-07-04 12:24 ` Mark Brown
3 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2024-07-04 12:24 UTC (permalink / raw)
To: lee, robh, krzk+dt, conor+dt, devicetree, linux-kernel,
Andreas Kemnade
On Wed, 12 Jun 2024 15:40:39 +0200, Andreas Kemnade wrote:
> Fix example to also conform to rules specified in the separate
> not-included gpadc binding.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/1] dt-bindings: mfd: twl: Fix example
commit: 80e64b6d34812d037e4edcaca88719da51a943be
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] 5+ messages in thread