linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: watchdog: Add compatible for SC7280 SoC
@ 2021-03-15  6:05 Rajendra Nayak
  2021-03-15 14:55 ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Rajendra Nayak @ 2021-03-15  6:05 UTC (permalink / raw)
  To: wim, linux
  Cc: robh+dt, bjorn.andersson, linux-arm-msm, linux-watchdog,
	devicetree, linux-kernel, Sai Prakash Ranjan, Rajendra Nayak

From: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>

Add compatible for watchdog timer on SC7280 SoC.

Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
---
This was earlier posted as part of the entire DT series for sc7280 [1]
Rest of the patches are now picked, posting this separately so it can
be picked up via the WDT tree.

[1] https://lore.kernel.org/patchwork/project/lkml/list/?series=488871

 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
index b8e4118..ba60bdf 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
@@ -17,6 +17,7 @@ properties:
     enum:
       - qcom,apss-wdt-qcs404
       - qcom,apss-wdt-sc7180
+      - qcom,apss-wdt-sc7280
       - qcom,apss-wdt-sdm845
       - qcom,apss-wdt-sdx55
       - qcom,apss-wdt-sm8150
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


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

* Re: [PATCH] dt-bindings: watchdog: Add compatible for SC7280 SoC
  2021-03-15  6:05 [PATCH] dt-bindings: watchdog: Add compatible for SC7280 SoC Rajendra Nayak
@ 2021-03-15 14:55 ` Guenter Roeck
  2021-04-26 16:37   ` Rajendra Nayak
  0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2021-03-15 14:55 UTC (permalink / raw)
  To: Rajendra Nayak, wim
  Cc: robh+dt, bjorn.andersson, linux-arm-msm, linux-watchdog,
	devicetree, linux-kernel, Sai Prakash Ranjan

On 3/14/21 11:05 PM, Rajendra Nayak wrote:
> From: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> 
> Add compatible for watchdog timer on SC7280 SoC.
> 
> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> Acked-by: Rob Herring <robh@kernel.org>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> This was earlier posted as part of the entire DT series for sc7280 [1]
> Rest of the patches are now picked, posting this separately so it can
> be picked up via the WDT tree.
> 
> [1] https://lore.kernel.org/patchwork/project/lkml/list/?series=488871
> 
>  Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> index b8e4118..ba60bdf 100644
> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> @@ -17,6 +17,7 @@ properties:
>      enum:
>        - qcom,apss-wdt-qcs404
>        - qcom,apss-wdt-sc7180
> +      - qcom,apss-wdt-sc7280
>        - qcom,apss-wdt-sdm845
>        - qcom,apss-wdt-sdx55
>        - qcom,apss-wdt-sm8150
> 


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

* Re: [PATCH] dt-bindings: watchdog: Add compatible for SC7280 SoC
  2021-03-15 14:55 ` Guenter Roeck
@ 2021-04-26 16:37   ` Rajendra Nayak
  0 siblings, 0 replies; 3+ messages in thread
From: Rajendra Nayak @ 2021-04-26 16:37 UTC (permalink / raw)
  To: Guenter Roeck, wim
  Cc: robh+dt, bjorn.andersson, linux-arm-msm, linux-watchdog,
	devicetree, linux-kernel, Sai Prakash Ranjan


On 3/15/2021 8:25 PM, Guenter Roeck wrote:
> On 3/14/21 11:05 PM, Rajendra Nayak wrote:
>> From: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
>>
>> Add compatible for watchdog timer on SC7280 SoC.
>>
>> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
>> Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
>> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
>> Acked-by: Rob Herring <robh@kernel.org>
> 
> Reviewed-by: Guenter Roeck <linux@roeck-us.net>

I don;t see this in linux-next, any plans to pull this one in?

> 
>> ---
>> This was earlier posted as part of the entire DT series for sc7280 [1]
>> Rest of the patches are now picked, posting this separately so it can
>> be picked up via the WDT tree.
>>
>> [1] https://lore.kernel.org/patchwork/project/lkml/list/?series=488871
>>
>>   Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
>> index b8e4118..ba60bdf 100644
>> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
>> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
>> @@ -17,6 +17,7 @@ properties:
>>       enum:
>>         - qcom,apss-wdt-qcs404
>>         - qcom,apss-wdt-sc7180
>> +      - qcom,apss-wdt-sc7280
>>         - qcom,apss-wdt-sdm845
>>         - qcom,apss-wdt-sdx55
>>         - qcom,apss-wdt-sm8150
>>
> 

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

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

end of thread, other threads:[~2021-04-26 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  6:05 [PATCH] dt-bindings: watchdog: Add compatible for SC7280 SoC Rajendra Nayak
2021-03-15 14:55 ` Guenter Roeck
2021-04-26 16:37   ` Rajendra Nayak

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