* [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
@ 2023-10-04 18:20 Fabio Estevam
2023-10-20 2:54 ` Fabio Estevam
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2023-10-04 18:20 UTC (permalink / raw)
To: robh+dt
Cc: krzysztof.kozlowski+dt, conor+dt, devicetree, Fabio Estevam,
Wim Van Sebroeck, Guenter Roeck, Conor Dooley
From: Fabio Estevam <festevam@denx.de>
imx8dxl also contains the SCU watchdog block.
Add an entry for 'fsl,imx8dxl-sc-wdt'.
Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
Changes since v1:
- Sent it as a standalone patch to the DT folks.
- Collected Conor's ack.
Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
index 47701248cd8d..8b7aa922249b 100644
--- a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
@@ -18,7 +18,9 @@ allOf:
properties:
compatible:
items:
- - const: fsl,imx8qxp-sc-wdt
+ - enum:
+ - fsl,imx8dxl-sc-wdt
+ - fsl,imx8qxp-sc-wdt
- const: fsl,imx-sc-wdt
required:
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
2023-10-04 18:20 [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl Fabio Estevam
@ 2023-10-20 2:54 ` Fabio Estevam
2023-10-22 21:15 ` Rob Herring
2023-10-23 3:47 ` Guenter Roeck
2023-10-25 20:01 ` Rob Herring
2 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2023-10-20 2:54 UTC (permalink / raw)
To: robh+dt
Cc: krzysztof.kozlowski+dt, conor+dt, devicetree, Fabio Estevam,
Wim Van Sebroeck, Guenter Roeck, Conor Dooley
Hi Rob,
On Wed, Oct 4, 2023 at 3:21 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> imx8dxl also contains the SCU watchdog block.
>
> Add an entry for 'fsl,imx8dxl-sc-wdt'.
>
> Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Changes since v1:
> - Sent it as a standalone patch to the DT folks.
> - Collected Conor's ack.
Can this go through your tree?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
2023-10-20 2:54 ` Fabio Estevam
@ 2023-10-22 21:15 ` Rob Herring
2023-10-23 3:48 ` Guenter Roeck
0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2023-10-22 21:15 UTC (permalink / raw)
To: Fabio Estevam
Cc: krzysztof.kozlowski+dt, conor+dt, devicetree, Fabio Estevam,
Wim Van Sebroeck, Guenter Roeck, Conor Dooley
On Thu, Oct 19, 2023 at 11:54:34PM -0300, Fabio Estevam wrote:
> Hi Rob,
>
> On Wed, Oct 4, 2023 at 3:21 PM Fabio Estevam <festevam@gmail.com> wrote:
> >
> > From: Fabio Estevam <festevam@denx.de>
> >
> > imx8dxl also contains the SCU watchdog block.
> >
> > Add an entry for 'fsl,imx8dxl-sc-wdt'.
> >
> > Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
> > Cc: Guenter Roeck <linux@roeck-us.net>
> > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > Acked-by: Conor Dooley <conor.dooley@microchip.com>
> > ---
> > Changes since v1:
> > - Sent it as a standalone patch to the DT folks.
> > - Collected Conor's ack.
>
> Can this go through your tree?
I'm waiting to see if Guenter picks it up, but will if he doesn't.
Rob
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
2023-10-22 21:15 ` Rob Herring
@ 2023-10-23 3:48 ` Guenter Roeck
0 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2023-10-23 3:48 UTC (permalink / raw)
To: Rob Herring, Fabio Estevam
Cc: krzysztof.kozlowski+dt, conor+dt, devicetree, Fabio Estevam,
Wim Van Sebroeck, Conor Dooley
On 10/22/23 14:15, Rob Herring wrote:
> On Thu, Oct 19, 2023 at 11:54:34PM -0300, Fabio Estevam wrote:
>> Hi Rob,
>>
>> On Wed, Oct 4, 2023 at 3:21 PM Fabio Estevam <festevam@gmail.com> wrote:
>>>
>>> From: Fabio Estevam <festevam@denx.de>
>>>
>>> imx8dxl also contains the SCU watchdog block.
>>>
>>> Add an entry for 'fsl,imx8dxl-sc-wdt'.
>>>
>>> Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
>>> Cc: Guenter Roeck <linux@roeck-us.net>
>>> Signed-off-by: Fabio Estevam <festevam@denx.de>
>>> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>>> ---
>>> Changes since v1:
>>> - Sent it as a standalone patch to the DT folks.
>>> - Collected Conor's ack.
>>
>> Can this go through your tree?
>
> I'm waiting to see if Guenter picks it up, but will if he doesn't.
>
> Rob
Watchdog patches are picked up by Wim; I only provide Reviewed-by: tags.
Guenter
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
2023-10-04 18:20 [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl Fabio Estevam
2023-10-20 2:54 ` Fabio Estevam
@ 2023-10-23 3:47 ` Guenter Roeck
2023-10-25 20:01 ` Rob Herring
2 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2023-10-23 3:47 UTC (permalink / raw)
To: Fabio Estevam, robh+dt
Cc: krzysztof.kozlowski+dt, conor+dt, devicetree, Fabio Estevam,
Wim Van Sebroeck, Conor Dooley
On 10/4/23 11:20, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> imx8dxl also contains the SCU watchdog block.
>
> Add an entry for 'fsl,imx8dxl-sc-wdt'.
>
> Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> Changes since v1:
> - Sent it as a standalone patch to the DT folks.
> - Collected Conor's ack.
>
> Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
> index 47701248cd8d..8b7aa922249b 100644
> --- a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml
> @@ -18,7 +18,9 @@ allOf:
> properties:
> compatible:
> items:
> - - const: fsl,imx8qxp-sc-wdt
> + - enum:
> + - fsl,imx8dxl-sc-wdt
> + - fsl,imx8qxp-sc-wdt
> - const: fsl,imx-sc-wdt
>
> required:
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl
2023-10-04 18:20 [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl Fabio Estevam
2023-10-20 2:54 ` Fabio Estevam
2023-10-23 3:47 ` Guenter Roeck
@ 2023-10-25 20:01 ` Rob Herring
2 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2023-10-25 20:01 UTC (permalink / raw)
To: Fabio Estevam
Cc: devicetree, Conor Dooley, Guenter Roeck, robh+dt,
krzysztof.kozlowski+dt, Wim Van Sebroeck, Fabio Estevam, conor+dt
On Wed, 04 Oct 2023 15:20:43 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> imx8dxl also contains the SCU watchdog block.
>
> Add an entry for 'fsl,imx8dxl-sc-wdt'.
>
> Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Changes since v1:
> - Sent it as a standalone patch to the DT folks.
> - Collected Conor's ack.
>
> Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
It seems watchdog bindings aren't getting applied, so I've applied it.
Wim, please take watchdog bindings in the future unless noted otherwise.
Rob
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-25 20:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 18:20 [PATCH v2] dt-bindings: watchdog: fsl,scu-wdt: Document imx8dl Fabio Estevam
2023-10-20 2:54 ` Fabio Estevam
2023-10-22 21:15 ` Rob Herring
2023-10-23 3:48 ` Guenter Roeck
2023-10-23 3:47 ` Guenter Roeck
2023-10-25 20:01 ` Rob Herring
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).