linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
@ 2023-02-01 19:25 Daniel Golle
  2023-02-02  8:49 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Golle @ 2023-02-01 19:25 UTC (permalink / raw)
  To: devicetree, linux-mediatek, linux-arm-kernel, linux-kernel,
	Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger

Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
been added. Also add the compatible string to dt-bindings now that
they have been converted to YAML.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
This patch has previously been submitted, but we decided to deferr it until
after the conversion to YAML which has now been done via commit
3e98855ca0cf ("dt-bindings: pwm: mediatek: Convert pwm-mediatek to DT schema")
See
https://patchwork.ozlabs.org/project/devicetree-bindings/patch/Y39PjU1BqBB8tZ98@makrotopia.org/

Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
index dbc974bff9e9..8e176ba7a525 100644
--- a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
@@ -22,6 +22,7 @@ properties:
           - mediatek,mt7623-pwm
           - mediatek,mt7628-pwm
           - mediatek,mt7629-pwm
+          - mediatek,mt7986-pwm
           - mediatek,mt8183-pwm
           - mediatek,mt8365-pwm
           - mediatek,mt8516-pwm

base-commit: 66eee64b235411d512bed4d672c2d00683239daf
-- 
2.39.1


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

* Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-01 19:25 [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible Daniel Golle
@ 2023-02-02  8:49 ` Krzysztof Kozlowski
  2023-02-02  9:55 ` Matthias Brugger
  2023-02-02  9:57 ` Uwe Kleine-König
  2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-02  8:49 UTC (permalink / raw)
  To: Daniel Golle, devicetree, linux-mediatek, linux-arm-kernel,
	linux-kernel, Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger

On 01/02/2023 20:25, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-01 19:25 [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible Daniel Golle
  2023-02-02  8:49 ` Krzysztof Kozlowski
@ 2023-02-02  9:55 ` Matthias Brugger
  2023-02-02  9:57 ` Uwe Kleine-König
  2 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2023-02-02  9:55 UTC (permalink / raw)
  To: Daniel Golle, devicetree, linux-mediatek, linux-arm-kernel,
	linux-kernel, Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski



On 01/02/2023 20:25, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>

> ---
> This patch has previously been submitted, but we decided to deferr it until
> after the conversion to YAML which has now been done via commit
> 3e98855ca0cf ("dt-bindings: pwm: mediatek: Convert pwm-mediatek to DT schema")
> See
> https://patchwork.ozlabs.org/project/devicetree-bindings/patch/Y39PjU1BqBB8tZ98@makrotopia.org/
> 
> Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> index dbc974bff9e9..8e176ba7a525 100644
> --- a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> +++ b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> @@ -22,6 +22,7 @@ properties:
>             - mediatek,mt7623-pwm
>             - mediatek,mt7628-pwm
>             - mediatek,mt7629-pwm
> +          - mediatek,mt7986-pwm
>             - mediatek,mt8183-pwm
>             - mediatek,mt8365-pwm
>             - mediatek,mt8516-pwm
> 
> base-commit: 66eee64b235411d512bed4d672c2d00683239daf

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

* Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-01 19:25 [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible Daniel Golle
  2023-02-02  8:49 ` Krzysztof Kozlowski
  2023-02-02  9:55 ` Matthias Brugger
@ 2023-02-02  9:57 ` Uwe Kleine-König
  2023-02-02 11:22   ` Uwe Kleine-König
  2 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2023-02-02  9:57 UTC (permalink / raw)
  To: Daniel Golle
  Cc: devicetree, linux-mediatek, linux-arm-kernel, linux-kernel,
	Thierry Reding, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger

[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]

Hello,

On Wed, Feb 01, 2023 at 07:25:57PM +0000, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
> ---
> This patch has previously been submitted, but we decided to deferr it until
> after the conversion to YAML which has now been done via commit
> 3e98855ca0cf ("dt-bindings: pwm: mediatek: Convert pwm-mediatek to DT schema")
> See
> https://patchwork.ozlabs.org/project/devicetree-bindings/patch/Y39PjU1BqBB8tZ98@makrotopia.org/

This commit is currently in next via the pwm tree. The easy options are
to take this commit via pwm, too, or wait till after tne next merge
window. I'm fine with the former.

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-02  9:57 ` Uwe Kleine-König
@ 2023-02-02 11:22   ` Uwe Kleine-König
  0 siblings, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2023-02-02 11:22 UTC (permalink / raw)
  To: Daniel Golle
  Cc: devicetree, linux-mediatek, linux-arm-kernel, linux-kernel,
	Thierry Reding, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger

[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]

On Thu, Feb 02, 2023 at 10:57:34AM +0100, Uwe Kleine-König wrote:
> Hello,
> 
> On Wed, Feb 01, 2023 at 07:25:57PM +0000, Daniel Golle wrote:
> > Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> > support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> > been added. Also add the compatible string to dt-bindings now that
> > they have been converted to YAML.
> > 
> > Signed-off-by: Daniel Golle <daniel@makrotopia.org>
> > ---
> > This patch has previously been submitted, but we decided to deferr it until
> > after the conversion to YAML which has now been done via commit
> > 3e98855ca0cf ("dt-bindings: pwm: mediatek: Convert pwm-mediatek to DT schema")
> > See
> > https://patchwork.ozlabs.org/project/devicetree-bindings/patch/Y39PjU1BqBB8tZ98@makrotopia.org/
> 
> This commit is currently in next via the pwm tree. The easy options are
> to take this commit via pwm, too, or wait till after tne next merge
> window. I'm fine with the former.
> 
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

However it wasn't sent to the linux-pwm list, so it doesn't appear in
the pwm patchwork :-\

I bounced it, but not sure that will make it appear there.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2023-02-02 11:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 19:25 [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible Daniel Golle
2023-02-02  8:49 ` Krzysztof Kozlowski
2023-02-02  9:55 ` Matthias Brugger
2023-02-02  9:57 ` Uwe Kleine-König
2023-02-02 11:22   ` Uwe Kleine-König

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).