[PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible

Daniel Golle posted 1 patch 1 year, 7 months ago
There is a newer version of this series
Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
Posted by Daniel Golle 1 year, 7 months ago
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
Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
Posted by Uwe Kleine-König 1 year, 7 months ago
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/ |
Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
Posted by Uwe Kleine-König 1 year, 7 months ago
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/ |
Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
Posted by Matthias Brugger 1 year, 7 months ago

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
Re: [PATCH] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
Posted by Krzysztof Kozlowski 1 year, 7 months ago
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