All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add watchdog device node
       [not found] <Add watchdog device node>
  2020-02-17  8:19   ` Yong Liang
@ 2020-02-17  8:19   ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17  8:19 UTC (permalink / raw)
  To: yong.liang, robh+dt, mark.rutland, matthias.bgg, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Add watchdog device node

yong.liang (1):
  amr64: dts: modify mt8183.dtsi

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.18.0

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

* [PATCH 0/1] Add watchdog device node
@ 2020-02-17  8:19   ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17  8:19 UTC (permalink / raw)
  To: yong.liang, robh+dt, mark.rutland, matthias.bgg, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Add watchdog device node

yong.liang (1):
  amr64: dts: modify mt8183.dtsi

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH 0/1] Add watchdog device node
@ 2020-02-17  8:19   ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17  8:19 UTC (permalink / raw)
  To: yong.liang, robh+dt, mark.rutland, matthias.bgg, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Add watchdog device node

yong.liang (1):
  amr64: dts: modify mt8183.dtsi

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 1/1] amr64: dts: modify mt8183.dtsi
  2020-02-17  8:19   ` Yong Liang
  (?)
@ 2020-02-17  8:19     ` Yong Liang
  -1 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17  8:19 UTC (permalink / raw)
  To: yong.liang, robh+dt, mark.rutland, matthias.bgg, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Add watchdog device node
Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html

Signed-off-by: yong.liang <yong.liang@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 10b32471bc7b..8b59e0eba2eb 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -253,6 +253,13 @@
 			#interrupt-cells = <2>;
 		};
 
+		watchdog: watchdog@10007000 {
+			compatible = "mediatek,mt8183-wdt",
+				     "mediatek,mt6589-wdt";
+			reg = <0 0x10007000 0 0x100>;
+			#reset-cells = <1>;
+		};
+
 		apmixedsys: syscon@1000c000 {
 			compatible = "mediatek,mt8183-apmixedsys", "syscon";
 			reg = <0 0x1000c000 0 0x1000>;
-- 
2.18.0

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

* [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17  8:19     ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17  8:19 UTC (permalink / raw)
  To: yong.liang, robh+dt, mark.rutland, matthias.bgg, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Add watchdog device node
Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html

Signed-off-by: yong.liang <yong.liang@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 10b32471bc7b..8b59e0eba2eb 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -253,6 +253,13 @@
 			#interrupt-cells = <2>;
 		};
 
+		watchdog: watchdog@10007000 {
+			compatible = "mediatek,mt8183-wdt",
+				     "mediatek,mt6589-wdt";
+			reg = <0 0x10007000 0 0x100>;
+			#reset-cells = <1>;
+		};
+
 		apmixedsys: syscon@1000c000 {
 			compatible = "mediatek,mt8183-apmixedsys", "syscon";
 			reg = <0 0x1000c000 0 0x1000>;
-- 
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17  8:19     ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17  8:19 UTC (permalink / raw)
  To: yong.liang, robh+dt, mark.rutland, matthias.bgg, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel

From: "yong.liang" <yong.liang@mediatek.com>

Add watchdog device node
Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html

Signed-off-by: yong.liang <yong.liang@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 10b32471bc7b..8b59e0eba2eb 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -253,6 +253,13 @@
 			#interrupt-cells = <2>;
 		};
 
+		watchdog: watchdog@10007000 {
+			compatible = "mediatek,mt8183-wdt",
+				     "mediatek,mt6589-wdt";
+			reg = <0 0x10007000 0 0x100>;
+			#reset-cells = <1>;
+		};
+
 		apmixedsys: syscon@1000c000 {
 			compatible = "mediatek,mt8183-apmixedsys", "syscon";
 			reg = <0 0x1000c000 0 0x1000>;
-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
  2020-02-17  8:19     ` Yong Liang
  (?)
@ 2020-02-17 10:05       ` Matthias Brugger
  -1 siblings, 0 replies; 15+ messages in thread
From: Matthias Brugger @ 2020-02-17 10:05 UTC (permalink / raw)
  To: Yong Liang, robh+dt, mark.rutland, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel



On 17/02/2020 09:19, Yong Liang wrote:
> From: "yong.liang" <yong.liang@mediatek.com>
> 
> Add watchdog device node
> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
> 

Commit message shouldn't contain links to the mailinglist this is additional
information just for review and should go after '---'


> Signed-off-by: yong.liang <yong.liang@mediatek.com>
> ---

Next time please put reference to series your patches are based on here :)

I fixed the commit message (the subject wasn't really usefull, I fixed that too)
and pushed it to v5.6-next/dts64

Thanks,
Matthias

>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> index 10b32471bc7b..8b59e0eba2eb 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> @@ -253,6 +253,13 @@
>  			#interrupt-cells = <2>;
>  		};
>  
> +		watchdog: watchdog@10007000 {
> +			compatible = "mediatek,mt8183-wdt",
> +				     "mediatek,mt6589-wdt";
> +			reg = <0 0x10007000 0 0x100>;
> +			#reset-cells = <1>;
> +		};
> +
>  		apmixedsys: syscon@1000c000 {
>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>  			reg = <0 0x1000c000 0 0x1000>;
> 

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17 10:05       ` Matthias Brugger
  0 siblings, 0 replies; 15+ messages in thread
From: Matthias Brugger @ 2020-02-17 10:05 UTC (permalink / raw)
  To: Yong Liang, robh+dt, mark.rutland, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel



On 17/02/2020 09:19, Yong Liang wrote:
> From: "yong.liang" <yong.liang@mediatek.com>
> 
> Add watchdog device node
> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
> 

Commit message shouldn't contain links to the mailinglist this is additional
information just for review and should go after '---'


> Signed-off-by: yong.liang <yong.liang@mediatek.com>
> ---

Next time please put reference to series your patches are based on here :)

I fixed the commit message (the subject wasn't really usefull, I fixed that too)
and pushed it to v5.6-next/dts64

Thanks,
Matthias

>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> index 10b32471bc7b..8b59e0eba2eb 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> @@ -253,6 +253,13 @@
>  			#interrupt-cells = <2>;
>  		};
>  
> +		watchdog: watchdog@10007000 {
> +			compatible = "mediatek,mt8183-wdt",
> +				     "mediatek,mt6589-wdt";
> +			reg = <0 0x10007000 0 0x100>;
> +			#reset-cells = <1>;
> +		};
> +
>  		apmixedsys: syscon@1000c000 {
>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>  			reg = <0 0x1000c000 0 0x1000>;
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17 10:05       ` Matthias Brugger
  0 siblings, 0 replies; 15+ messages in thread
From: Matthias Brugger @ 2020-02-17 10:05 UTC (permalink / raw)
  To: Yong Liang, robh+dt, mark.rutland, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel



On 17/02/2020 09:19, Yong Liang wrote:
> From: "yong.liang" <yong.liang@mediatek.com>
> 
> Add watchdog device node
> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
> 

Commit message shouldn't contain links to the mailinglist this is additional
information just for review and should go after '---'


> Signed-off-by: yong.liang <yong.liang@mediatek.com>
> ---

Next time please put reference to series your patches are based on here :)

I fixed the commit message (the subject wasn't really usefull, I fixed that too)
and pushed it to v5.6-next/dts64

Thanks,
Matthias

>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> index 10b32471bc7b..8b59e0eba2eb 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> @@ -253,6 +253,13 @@
>  			#interrupt-cells = <2>;
>  		};
>  
> +		watchdog: watchdog@10007000 {
> +			compatible = "mediatek,mt8183-wdt",
> +				     "mediatek,mt6589-wdt";
> +			reg = <0 0x10007000 0 0x100>;
> +			#reset-cells = <1>;
> +		};
> +
>  		apmixedsys: syscon@1000c000 {
>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>  			reg = <0 0x1000c000 0 0x1000>;
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
  2020-02-17 10:05       ` Matthias Brugger
  (?)
@ 2020-02-17 10:14         ` Yong Liang
  -1 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17 10:14 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: robh+dt, mark.rutland, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
> 
> On 17/02/2020 09:19, Yong Liang wrote:
> > From: "yong.liang" <yong.liang@mediatek.com>
> > 
> > Add watchdog device node
> > Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
> > 
> 
> Commit message shouldn't contain links to the mailinglist this is additional
> information just for review and should go after '---'
> 
> 
> > Signed-off-by: yong.liang <yong.liang@mediatek.com>
> > ---
> 
> Next time please put reference to series your patches are based on here :)
> 
> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
> and pushed it to v5.6-next/dts64
> 
> Thanks,
> Matthias

  Hi Matthias:
     So this patch confirmd to be merged?
     Thansk you very much!
> 
> >  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > index 10b32471bc7b..8b59e0eba2eb 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > @@ -253,6 +253,13 @@
> >  			#interrupt-cells = <2>;
> >  		};
> >  
> > +		watchdog: watchdog@10007000 {
> > +			compatible = "mediatek,mt8183-wdt",
> > +				     "mediatek,mt6589-wdt";
> > +			reg = <0 0x10007000 0 0x100>;
> > +			#reset-cells = <1>;
> > +		};
> > +
> >  		apmixedsys: syscon@1000c000 {
> >  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
> >  			reg = <0 0x1000c000 0 0x1000>;
> > 


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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17 10:14         ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17 10:14 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: mark.rutland, devicetree, linux-kernel, robh+dt, linux-mediatek,
	linux-arm-kernel

On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
> 
> On 17/02/2020 09:19, Yong Liang wrote:
> > From: "yong.liang" <yong.liang@mediatek.com>
> > 
> > Add watchdog device node
> > Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
> > 
> 
> Commit message shouldn't contain links to the mailinglist this is additional
> information just for review and should go after '---'
> 
> 
> > Signed-off-by: yong.liang <yong.liang@mediatek.com>
> > ---
> 
> Next time please put reference to series your patches are based on here :)
> 
> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
> and pushed it to v5.6-next/dts64
> 
> Thanks,
> Matthias

  Hi Matthias:
     So this patch confirmd to be merged?
     Thansk you very much!
> 
> >  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > index 10b32471bc7b..8b59e0eba2eb 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > @@ -253,6 +253,13 @@
> >  			#interrupt-cells = <2>;
> >  		};
> >  
> > +		watchdog: watchdog@10007000 {
> > +			compatible = "mediatek,mt8183-wdt",
> > +				     "mediatek,mt6589-wdt";
> > +			reg = <0 0x10007000 0 0x100>;
> > +			#reset-cells = <1>;
> > +		};
> > +
> >  		apmixedsys: syscon@1000c000 {
> >  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
> >  			reg = <0 0x1000c000 0 0x1000>;
> > 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17 10:14         ` Yong Liang
  0 siblings, 0 replies; 15+ messages in thread
From: Yong Liang @ 2020-02-17 10:14 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: mark.rutland, devicetree, linux-kernel, robh+dt, linux-mediatek,
	linux-arm-kernel

On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
> 
> On 17/02/2020 09:19, Yong Liang wrote:
> > From: "yong.liang" <yong.liang@mediatek.com>
> > 
> > Add watchdog device node
> > Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
> > 
> 
> Commit message shouldn't contain links to the mailinglist this is additional
> information just for review and should go after '---'
> 
> 
> > Signed-off-by: yong.liang <yong.liang@mediatek.com>
> > ---
> 
> Next time please put reference to series your patches are based on here :)
> 
> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
> and pushed it to v5.6-next/dts64
> 
> Thanks,
> Matthias

  Hi Matthias:
     So this patch confirmd to be merged?
     Thansk you very much!
> 
> >  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > index 10b32471bc7b..8b59e0eba2eb 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > @@ -253,6 +253,13 @@
> >  			#interrupt-cells = <2>;
> >  		};
> >  
> > +		watchdog: watchdog@10007000 {
> > +			compatible = "mediatek,mt8183-wdt",
> > +				     "mediatek,mt6589-wdt";
> > +			reg = <0 0x10007000 0 0x100>;
> > +			#reset-cells = <1>;
> > +		};
> > +
> >  		apmixedsys: syscon@1000c000 {
> >  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
> >  			reg = <0 0x1000c000 0 0x1000>;
> > 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
  2020-02-17 10:14         ` Yong Liang
  (?)
@ 2020-02-17 10:18           ` Matthias Brugger
  -1 siblings, 0 replies; 15+ messages in thread
From: Matthias Brugger @ 2020-02-17 10:18 UTC (permalink / raw)
  To: Yong Liang
  Cc: robh+dt, mark.rutland, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel



On 17/02/2020 11:14, Yong Liang wrote:
> On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
>>
>> On 17/02/2020 09:19, Yong Liang wrote:
>>> From: "yong.liang" <yong.liang@mediatek.com>
>>>
>>> Add watchdog device node
>>> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
>>>
>>
>> Commit message shouldn't contain links to the mailinglist this is additional
>> information just for review and should go after '---'
>>
>>
>>> Signed-off-by: yong.liang <yong.liang@mediatek.com>
>>> ---
>>
>> Next time please put reference to series your patches are based on here :)
>>
>> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
>> and pushed it to v5.6-next/dts64
>>
>> Thanks,
>> Matthias
> 
>   Hi Matthias:
>      So this patch confirmd to be merged?

Yes, you can find it here:
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.6-next/dts64&id=a39f842541038e20063fc880652153c0d93a95bf

>      Thansk you very much!

Thanks to you.

Matthias

>>
>>>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> index 10b32471bc7b..8b59e0eba2eb 100644
>>> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> @@ -253,6 +253,13 @@
>>>  			#interrupt-cells = <2>;
>>>  		};
>>>  
>>> +		watchdog: watchdog@10007000 {
>>> +			compatible = "mediatek,mt8183-wdt",
>>> +				     "mediatek,mt6589-wdt";
>>> +			reg = <0 0x10007000 0 0x100>;
>>> +			#reset-cells = <1>;
>>> +		};
>>> +
>>>  		apmixedsys: syscon@1000c000 {
>>>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>>>  			reg = <0 0x1000c000 0 0x1000>;
>>>
> 

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17 10:18           ` Matthias Brugger
  0 siblings, 0 replies; 15+ messages in thread
From: Matthias Brugger @ 2020-02-17 10:18 UTC (permalink / raw)
  To: Yong Liang
  Cc: mark.rutland, devicetree, linux-kernel, robh+dt, linux-mediatek,
	linux-arm-kernel



On 17/02/2020 11:14, Yong Liang wrote:
> On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
>>
>> On 17/02/2020 09:19, Yong Liang wrote:
>>> From: "yong.liang" <yong.liang@mediatek.com>
>>>
>>> Add watchdog device node
>>> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
>>>
>>
>> Commit message shouldn't contain links to the mailinglist this is additional
>> information just for review and should go after '---'
>>
>>
>>> Signed-off-by: yong.liang <yong.liang@mediatek.com>
>>> ---
>>
>> Next time please put reference to series your patches are based on here :)
>>
>> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
>> and pushed it to v5.6-next/dts64
>>
>> Thanks,
>> Matthias
> 
>   Hi Matthias:
>      So this patch confirmd to be merged?

Yes, you can find it here:
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.6-next/dts64&id=a39f842541038e20063fc880652153c0d93a95bf

>      Thansk you very much!

Thanks to you.

Matthias

>>
>>>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> index 10b32471bc7b..8b59e0eba2eb 100644
>>> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> @@ -253,6 +253,13 @@
>>>  			#interrupt-cells = <2>;
>>>  		};
>>>  
>>> +		watchdog: watchdog@10007000 {
>>> +			compatible = "mediatek,mt8183-wdt",
>>> +				     "mediatek,mt6589-wdt";
>>> +			reg = <0 0x10007000 0 0x100>;
>>> +			#reset-cells = <1>;
>>> +		};
>>> +
>>>  		apmixedsys: syscon@1000c000 {
>>>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>>>  			reg = <0 0x1000c000 0 0x1000>;
>>>
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi
@ 2020-02-17 10:18           ` Matthias Brugger
  0 siblings, 0 replies; 15+ messages in thread
From: Matthias Brugger @ 2020-02-17 10:18 UTC (permalink / raw)
  To: Yong Liang
  Cc: mark.rutland, devicetree, linux-kernel, robh+dt, linux-mediatek,
	linux-arm-kernel



On 17/02/2020 11:14, Yong Liang wrote:
> On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
>>
>> On 17/02/2020 09:19, Yong Liang wrote:
>>> From: "yong.liang" <yong.liang@mediatek.com>
>>>
>>> Add watchdog device node
>>> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
>>>
>>
>> Commit message shouldn't contain links to the mailinglist this is additional
>> information just for review and should go after '---'
>>
>>
>>> Signed-off-by: yong.liang <yong.liang@mediatek.com>
>>> ---
>>
>> Next time please put reference to series your patches are based on here :)
>>
>> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
>> and pushed it to v5.6-next/dts64
>>
>> Thanks,
>> Matthias
> 
>   Hi Matthias:
>      So this patch confirmd to be merged?

Yes, you can find it here:
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.6-next/dts64&id=a39f842541038e20063fc880652153c0d93a95bf

>      Thansk you very much!

Thanks to you.

Matthias

>>
>>>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> index 10b32471bc7b..8b59e0eba2eb 100644
>>> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> @@ -253,6 +253,13 @@
>>>  			#interrupt-cells = <2>;
>>>  		};
>>>  
>>> +		watchdog: watchdog@10007000 {
>>> +			compatible = "mediatek,mt8183-wdt",
>>> +				     "mediatek,mt6589-wdt";
>>> +			reg = <0 0x10007000 0 0x100>;
>>> +			#reset-cells = <1>;
>>> +		};
>>> +
>>>  		apmixedsys: syscon@1000c000 {
>>>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>>>  			reg = <0 0x1000c000 0 0x1000>;
>>>
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-02-17 10:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Add watchdog device node>
2020-02-17  8:19 ` [PATCH 0/1] Add watchdog device node Yong Liang
2020-02-17  8:19   ` Yong Liang
2020-02-17  8:19   ` Yong Liang
2020-02-17  8:19   ` [PATCH 1/1] amr64: dts: modify mt8183.dtsi Yong Liang
2020-02-17  8:19     ` Yong Liang
2020-02-17  8:19     ` Yong Liang
2020-02-17 10:05     ` Matthias Brugger
2020-02-17 10:05       ` Matthias Brugger
2020-02-17 10:05       ` Matthias Brugger
2020-02-17 10:14       ` Yong Liang
2020-02-17 10:14         ` Yong Liang
2020-02-17 10:14         ` Yong Liang
2020-02-17 10:18         ` Matthias Brugger
2020-02-17 10:18           ` Matthias Brugger
2020-02-17 10:18           ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.