Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1703734 > unrolled thread

[PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC

Started by<sean.wang@mediatek.com>
First post2017-08-04 09:20 +0200
Last post2017-08-11 04:40 +0200
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC <sean.wang@mediatek.com> - 2017-08-04 09:20 +0200
    Re: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek  MT7623 and MT7622 SoC Matthias Brugger <matthias.bgg@gmail.com> - 2017-08-04 12:10 +0200
    Re: [PATCH] dt-bindings: watchdog: mediatek: add support for  MediaTek MT7623 and MT7622 SoC Rob Herring <robh@kernel.org> - 2017-08-10 19:50 +0200
      Re: [PATCH] dt-bindings: watchdog: mediatek: add support for  MediaTek MT7623 and MT7622 SoC Sean Wang <sean.wang@mediatek.com> - 2017-08-11 04:40 +0200

#1703734 — [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC

From<sean.wang@mediatek.com>
Date2017-08-04 09:20 +0200
Subject[PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC
Message-ID<uaF3P-3UX-7@gated-at.bofh.it>
From: Sean Wang <sean.wang@mediatek.com>

This updates dt-binding documentation for MediaTek MT7622 and
MT7623 SoC. For the both SoCs supported all rely on the fallback
binding of the case with "mediatek,mt6589-wdt".

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
---
 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
index 6a00939..096bbfb 100644
--- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
@@ -4,6 +4,8 @@ Required properties:
 
 - compatible should contain:
 	* "mediatek,mt2701-wdt" for MT2701 compatible watchdog timers
+	* "mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
+	* "mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
 	* "mediatek,mt6589-wdt" for all compatible watchdog timers (MT2701,
 		MT6589)
 
-- 
2.7.4

[toc] | [next] | [standalone]


#1703848 — Re: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC

FromMatthias Brugger <matthias.bgg@gmail.com>
Date2017-08-04 12:10 +0200
SubjectRe: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC
Message-ID<uaHIm-5DP-23@gated-at.bofh.it>
In reply to#1703734

On 08/04/2017 09:14 AM, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
> 
> This updates dt-binding documentation for MediaTek MT7622 and
> MT7623 SoC. For the both SoCs supported all rely on the fallback
> binding of the case with "mediatek,mt6589-wdt".
> 
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> ---
>   Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> index 6a00939..096bbfb 100644
> --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> @@ -4,6 +4,8 @@ Required properties:
>   
>   - compatible should contain:
>   	* "mediatek,mt2701-wdt" for MT2701 compatible watchdog timers
> +	* "mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
> +	* "mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
>   	* "mediatek,mt6589-wdt" for all compatible watchdog timers (MT2701,
>   		MT6589)
>   

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

[toc] | [prev] | [next] | [standalone]


#1708927 — Re: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC

FromRob Herring <robh@kernel.org>
Date2017-08-10 19:50 +0200
SubjectRe: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC
Message-ID<ucZKN-jX-19@gated-at.bofh.it>
In reply to#1703734
On Fri, Aug 04, 2017 at 03:14:07PM +0800, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
> 
> This updates dt-binding documentation for MediaTek MT7622 and
> MT7623 SoC. For the both SoCs supported all rely on the fallback
> binding of the case with "mediatek,mt6589-wdt".
> 
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> ---
>  Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 2 ++
>  1 file changed, 2 insertions(+)

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

[toc] | [prev] | [next] | [standalone]


#1709176 — Re: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC

FromSean Wang <sean.wang@mediatek.com>
Date2017-08-11 04:40 +0200
SubjectRe: [PATCH] dt-bindings: watchdog: mediatek: add support for MediaTek MT7623 and MT7622 SoC
Message-ID<ud81H-67k-1@gated-at.bofh.it>
In reply to#1708927
On Thu, 2017-08-10 at 12:43 -0500, Rob Herring wrote:
> On Fri, Aug 04, 2017 at 03:14:07PM +0800, sean.wang@mediatek.com wrote:
> > From: Sean Wang <sean.wang@mediatek.com>
> > 
> > This updates dt-binding documentation for MediaTek MT7622 and
> > MT7623 SoC. For the both SoCs supported all rely on the fallback
> > binding of the case with "mediatek,mt6589-wdt".
> > 
> > Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> > ---
> >  Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

Hi, Rob

thanks a lot

can the patch go through your tree?

	Sean

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web