All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding
@ 2019-04-22  6:08 ` Yong Liang
  0 siblings, 0 replies; 6+ messages in thread
From: Yong Liang @ 2019-04-22  6:08 UTC (permalink / raw)
  To: wim, linux, robh+dt, mark.rutland, matthias.bgg
  Cc: devicetree, yong.liang, linux-watchdog, linux-kernel,
	linux-mediatek, linux-arm-kernel

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

This patch add watchdog binding documentation for
watchdog on MTK Socs.

Signed-off-by: yong.liang <yong.liang@mediatek.com>
---
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
index 8682d6a..f0824aa 100644
--- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
@@ -9,6 +9,7 @@ Required properties:
 	"mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
 	"mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
 	"mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629
+	"mediatek,mt8183-wdt", "mediatek,mt6589-wdt": for MT8183
 
 - reg : Specifies base physical address and size of the registers.
 
-- 
1.7.9.5

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

* [PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding
@ 2019-04-22  6:08 ` Yong Liang
  0 siblings, 0 replies; 6+ messages in thread
From: Yong Liang @ 2019-04-22  6:08 UTC (permalink / raw)
  To: wim, linux, robh+dt, mark.rutland, matthias.bgg
  Cc: devicetree, yong.liang, linux-watchdog, linux-kernel,
	linux-mediatek, linux-arm-kernel

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

This patch add watchdog binding documentation for
watchdog on MTK Socs.

Signed-off-by: yong.liang <yong.liang@mediatek.com>
---
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
index 8682d6a..f0824aa 100644
--- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
@@ -9,6 +9,7 @@ Required properties:
 	"mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
 	"mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
 	"mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629
+	"mediatek,mt8183-wdt", "mediatek,mt6589-wdt": for MT8183
 
 - reg : Specifies base physical address and size of the registers.
 
-- 
1.7.9.5


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

* [PATCH 2/2] arm64: dts: mt8183: Add watchdog device node
  2019-04-22  6:08 ` Yong Liang
@ 2019-04-22  6:08   ` Yong Liang
  -1 siblings, 0 replies; 6+ messages in thread
From: Yong Liang @ 2019-04-22  6:08 UTC (permalink / raw)
  To: wim, linux, robh+dt, mark.rutland, matthias.bgg
  Cc: devicetree, yong.liang, linux-watchdog, linux-kernel,
	linux-mediatek, linux-arm-kernel

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

Add watchdog device node in dtsi file.

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

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 75c4881..491bef0 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -253,6 +253,12 @@
 			smi_comm = <&smi_common>;
 		};
 
+		watchdog: watchdog@10007000 {
+			compatible = "mediatek,mt8183-wdt",
+				      "mediatek,mt6589-wdt";
+			reg = <0 0x10007000 0 0x100>;
+		};
+
 		apmixedsys: syscon@1000c000 {
 			compatible = "mediatek,mt8183-apmixedsys", "syscon";
 			reg = <0 0x1000c000 0 0x1000>;
-- 
1.7.9.5

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

* [PATCH 2/2] arm64: dts: mt8183: Add watchdog device node
@ 2019-04-22  6:08   ` Yong Liang
  0 siblings, 0 replies; 6+ messages in thread
From: Yong Liang @ 2019-04-22  6:08 UTC (permalink / raw)
  To: wim, linux, robh+dt, mark.rutland, matthias.bgg
  Cc: devicetree, yong.liang, linux-watchdog, linux-kernel,
	linux-mediatek, linux-arm-kernel

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

Add watchdog device node in dtsi file.

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

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 75c4881..491bef0 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -253,6 +253,12 @@
 			smi_comm = <&smi_common>;
 		};
 
+		watchdog: watchdog@10007000 {
+			compatible = "mediatek,mt8183-wdt",
+				      "mediatek,mt6589-wdt";
+			reg = <0 0x10007000 0 0x100>;
+		};
+
 		apmixedsys: syscon@1000c000 {
 			compatible = "mediatek,mt8183-apmixedsys", "syscon";
 			reg = <0 0x1000c000 0 0x1000>;
-- 
1.7.9.5


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

* Re: [PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding
  2019-04-22  6:08 ` Yong Liang
@ 2019-04-23 14:37   ` Matthias Brugger
  -1 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2019-04-23 14:37 UTC (permalink / raw)
  To: Yong Liang, wim, linux, robh+dt, mark.rutland
  Cc: linux-mediatek, linux-arm-kernel, linux-watchdog, devicetree,
	linux-kernel



On 22/04/2019 08:08, Yong Liang wrote:
> From: "yong.liang" <yong.liang@mediatek.com>
> 
> This patch add watchdog binding documentation for
> watchdog on MTK Socs.
> 
> Signed-off-by: yong.liang <yong.liang@mediatek.com>

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

> ---
>  .../devicetree/bindings/watchdog/mtk-wdt.txt       |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> index 8682d6a..f0824aa 100644
> --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> @@ -9,6 +9,7 @@ Required properties:
>  	"mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
>  	"mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
>  	"mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629
> +	"mediatek,mt8183-wdt", "mediatek,mt6589-wdt": for MT8183
>  
>  - reg : Specifies base physical address and size of the registers.
>  
> 

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

* Re: [PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding
@ 2019-04-23 14:37   ` Matthias Brugger
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2019-04-23 14:37 UTC (permalink / raw)
  To: Yong Liang, wim, linux, robh+dt, mark.rutland
  Cc: devicetree, linux-mediatek, linux-watchdog, linux-arm-kernel,
	linux-kernel



On 22/04/2019 08:08, Yong Liang wrote:
> From: "yong.liang" <yong.liang@mediatek.com>
> 
> This patch add watchdog binding documentation for
> watchdog on MTK Socs.
> 
> Signed-off-by: yong.liang <yong.liang@mediatek.com>

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

> ---
>  .../devicetree/bindings/watchdog/mtk-wdt.txt       |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> index 8682d6a..f0824aa 100644
> --- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
> @@ -9,6 +9,7 @@ Required properties:
>  	"mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
>  	"mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
>  	"mediatek,mt7629-wdt", "mediatek,mt6589-wdt": for MT7629
> +	"mediatek,mt8183-wdt", "mediatek,mt6589-wdt": for MT8183
>  
>  - reg : Specifies base physical address and size of the registers.
>  
> 

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

end of thread, other threads:[~2019-04-23 14:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-22  6:08 [PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding Yong Liang
2019-04-22  6:08 ` Yong Liang
2019-04-22  6:08 ` [PATCH 2/2] arm64: dts: mt8183: Add watchdog device node Yong Liang
2019-04-22  6:08   ` Yong Liang
2019-04-23 14:37 ` [PATCH 1/2] dt-bindings: mt8183: Add watchdog dt-binding Matthias Brugger
2019-04-23 14:37   ` 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.