linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: ds: keystone-k2g: add watchdog support
@ 2018-02-14 15:55 Tero Kristo
  2018-02-25 23:40 ` Santosh Shilimkar
  0 siblings, 1 reply; 3+ messages in thread
From: Tero Kristo @ 2018-02-14 15:55 UTC (permalink / raw)
  To: linux-arm-kernel

Add a watchdog node for keystone-k2g, with the corresponding clock and
power domain handles.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
 arch/arm/boot/dts/keystone-k2g.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index fd06171..ca94221 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -583,5 +583,12 @@
 			power-domains = <&k2g_pds 0x0013>;
 			clocks = <&k2g_clks 0x0013 0>;
 		};
+
+		wdt: wdt at 02250000 {
+			compatible = "ti,keystone-wdt", "ti,davinci-wdt";
+			reg = <0x02250000 0x80>;
+			power-domains = <&k2g_pds 0x22>;
+			clocks = <&k2g_clks 0x22 0>;
+		};
 	};
 };
-- 
1.9.1

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* [PATCH] ARM: ds: keystone-k2g: add watchdog support
  2018-02-14 15:55 [PATCH] ARM: ds: keystone-k2g: add watchdog support Tero Kristo
@ 2018-02-25 23:40 ` Santosh Shilimkar
  2018-02-26  7:22   ` Tero Kristo
  0 siblings, 1 reply; 3+ messages in thread
From: Santosh Shilimkar @ 2018-02-25 23:40 UTC (permalink / raw)
  To: linux-arm-kernel

s/ds/dts

On 2/14/2018 7:55 AM, Tero Kristo wrote:
> Add a watchdog node for keystone-k2g, with the corresponding clock and
> power domain handles.
> 
> Signed-off-by: Tero Kristo <t-kristo@ti.com>
> ---
>   arch/arm/boot/dts/keystone-k2g.dtsi | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
> index fd06171..ca94221 100644
> --- a/arch/arm/boot/dts/keystone-k2g.dtsi
> +++ b/arch/arm/boot/dts/keystone-k2g.dtsi
> @@ -583,5 +583,12 @@
>   			power-domains = <&k2g_pds 0x0013>;
>   			clocks = <&k2g_clks 0x0013 0>;
>   		};
> +
> +		wdt: wdt at 02250000 {
> +			compatible = "ti,keystone-wdt", "ti,davinci-wdt";
> +			reg = <0x02250000 0x80>;
> +			power-domains = <&k2g_pds 0x22>;
> +			clocks = <&k2g_clks 0x22 0>;
> +		};
>   	};
>   };
> 

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

* [PATCH] ARM: ds: keystone-k2g: add watchdog support
  2018-02-25 23:40 ` Santosh Shilimkar
@ 2018-02-26  7:22   ` Tero Kristo
  0 siblings, 0 replies; 3+ messages in thread
From: Tero Kristo @ 2018-02-26  7:22 UTC (permalink / raw)
  To: linux-arm-kernel

On 26/02/18 01:40, Santosh Shilimkar wrote:
> s/ds/dts

Oops, sorry about the typo. Do you want new patch posted or do you fix 
it locally?

-Tero

> 
> On 2/14/2018 7:55 AM, Tero Kristo wrote:
>> Add a watchdog node for keystone-k2g, with the corresponding clock and
>> power domain handles.
>>
>> Signed-off-by: Tero Kristo <t-kristo@ti.com>
>> ---
>> ? arch/arm/boot/dts/keystone-k2g.dtsi | 7 +++++++
>> ? 1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi 
>> b/arch/arm/boot/dts/keystone-k2g.dtsi
>> index fd06171..ca94221 100644
>> --- a/arch/arm/boot/dts/keystone-k2g.dtsi
>> +++ b/arch/arm/boot/dts/keystone-k2g.dtsi
>> @@ -583,5 +583,12 @@
>> ????????????? power-domains = <&k2g_pds 0x0013>;
>> ????????????? clocks = <&k2g_clks 0x0013 0>;
>> ????????? };
>> +
>> +??????? wdt: wdt at 02250000 {
>> +??????????? compatible = "ti,keystone-wdt", "ti,davinci-wdt";
>> +??????????? reg = <0x02250000 0x80>;
>> +??????????? power-domains = <&k2g_pds 0x22>;
>> +??????????? clocks = <&k2g_clks 0x22 0>;
>> +??????? };
>> ????? };
>> ? };
>>

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

end of thread, other threads:[~2018-02-26  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 15:55 [PATCH] ARM: ds: keystone-k2g: add watchdog support Tero Kristo
2018-02-25 23:40 ` Santosh Shilimkar
2018-02-26  7:22   ` Tero Kristo

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