Message ID | 70fe0b606d988958b87f89828b8728e2f68eaace.1675278958.git.daniel@makrotopia.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible | expand |
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
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
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
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
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
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(+) base-commit: 66eee64b235411d512bed4d672c2d00683239daf