Message ID | 20250407-imx8qm-watchdog-v1-1-20c219b15fd2@bootlin.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Enable watchdog support for iMX8QM | expand |
On Mon, Apr 07, 2025 at 07:03:25PM +0200, Thomas Richard wrote: > Add an entry for 'fsl,imx8qm-sc-wdt' as imx8qm also contains the SCU > watchdog block. > > Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> > --- Reviewed-by: Frank Li <Frank.Li@nxp.com> > Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml > index 8b7aa922249b..1d9f15ec6657 100644 > --- a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml > @@ -20,6 +20,7 @@ properties: > items: > - enum: > - fsl,imx8dxl-sc-wdt > + - fsl,imx8qm-sc-wdt > - fsl,imx8qxp-sc-wdt > - const: fsl,imx-sc-wdt > > > -- > 2.39.5 >
diff --git a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml index 8b7aa922249b..1d9f15ec6657 100644 --- a/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml @@ -20,6 +20,7 @@ properties: items: - enum: - fsl,imx8dxl-sc-wdt + - fsl,imx8qm-sc-wdt - fsl,imx8qxp-sc-wdt - const: fsl,imx-sc-wdt
Add an entry for 'fsl,imx8qm-sc-wdt' as imx8qm also contains the SCU watchdog block. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> --- Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 1 + 1 file changed, 1 insertion(+)