devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding
@ 2020-10-16 18:50 Fabien Parent
  2020-10-17 21:16 ` Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabien Parent @ 2020-10-16 18:50 UTC (permalink / raw)
  To: linux-kernel, linux-mediatek, linux-arm-kernel, devicetree, linux-pwm
  Cc: matthias.bgg, robh+dt, lee.jones, u.kleine-koenig,
	thierry.reding, Fabien Parent

Add binding for MT8167 SoC. The IP is compatible with MT8173.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
index 0521957c253f..902b271891ae 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
+++ b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
@@ -4,6 +4,7 @@ Required properties:
  - compatible: should be "mediatek,<name>-disp-pwm":
    - "mediatek,mt2701-disp-pwm": found on mt2701 SoC.
    - "mediatek,mt6595-disp-pwm": found on mt6595 SoC.
+   - "mediatek,mt8167-disp-pwm", "mediatek,mt8173-disp-pwm": found on mt8167 SoC.
    - "mediatek,mt8173-disp-pwm": found on mt8173 SoC.
  - reg: physical base address and length of the controller's registers.
  - #pwm-cells: must be 2. See pwm.yaml in this directory for a description of
-- 
2.28.0


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

* Re: [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding
  2020-10-16 18:50 [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding Fabien Parent
@ 2020-10-17 21:16 ` Uwe Kleine-König
  2020-10-26 13:27 ` Rob Herring
  2020-11-11 20:28 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2020-10-17 21:16 UTC (permalink / raw)
  To: Fabien Parent
  Cc: linux-kernel, linux-mediatek, linux-arm-kernel, devicetree,
	linux-pwm, matthias.bgg, robh+dt, lee.jones, thierry.reding

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

On Fri, Oct 16, 2020 at 08:50:15PM +0200, Fabien Parent wrote:
> Add binding for MT8167 SoC. The IP is compatible with MT8173.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
> index 0521957c253f..902b271891ae 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
> +++ b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
> @@ -4,6 +4,7 @@ Required properties:
>   - compatible: should be "mediatek,<name>-disp-pwm":
>     - "mediatek,mt2701-disp-pwm": found on mt2701 SoC.
>     - "mediatek,mt6595-disp-pwm": found on mt6595 SoC.
> +   - "mediatek,mt8167-disp-pwm", "mediatek,mt8173-disp-pwm": found on mt8167 SoC.
>     - "mediatek,mt8173-disp-pwm": found on mt8173 SoC.
>   - reg: physical base address and length of the controller's registers.
>   - #pwm-cells: must be 2. See pwm.yaml in this directory for a description of

LGTM:

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] 4+ messages in thread

* Re: [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding
  2020-10-16 18:50 [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding Fabien Parent
  2020-10-17 21:16 ` Uwe Kleine-König
@ 2020-10-26 13:27 ` Rob Herring
  2020-11-11 20:28 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-10-26 13:27 UTC (permalink / raw)
  To: Fabien Parent
  Cc: matthias.bgg, thierry.reding, linux-mediatek, linux-pwm,
	u.kleine-koenig, linux-kernel, robh+dt, devicetree, lee.jones,
	linux-arm-kernel

On Fri, 16 Oct 2020 20:50:15 +0200, Fabien Parent wrote:
> Add binding for MT8167 SoC. The IP is compatible with MT8173.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding
  2020-10-16 18:50 [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding Fabien Parent
  2020-10-17 21:16 ` Uwe Kleine-König
  2020-10-26 13:27 ` Rob Herring
@ 2020-11-11 20:28 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2020-11-11 20:28 UTC (permalink / raw)
  To: Fabien Parent
  Cc: linux-kernel, linux-mediatek, linux-arm-kernel, devicetree,
	linux-pwm, matthias.bgg, robh+dt, lee.jones, u.kleine-koenig

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

On Fri, Oct 16, 2020 at 08:50:15PM +0200, Fabien Parent wrote:
> Add binding for MT8167 SoC. The IP is compatible with MT8173.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

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

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

end of thread, other threads:[~2020-11-11 20:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-16 18:50 [PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding Fabien Parent
2020-10-17 21:16 ` Uwe Kleine-König
2020-10-26 13:27 ` Rob Herring
2020-11-11 20:28 ` Thierry Reding

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