Message ID | 20250414-imx8qm-watchdog-v2-0-449265a9da4e@bootlin.com |
---|---|
Headers | show |
Series | Enable watchdog support for iMX8QM | expand |
On 4/14/25 07:57, Thomas Richard wrote: > Add an entry for 'fsl,imx8qm-sc-wdt' as imx8qm also contains the SCU > watchdog block. > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > Reviewed-by: Frank Li <Frank.Li@nxp.com> > Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > 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 > >
Second version of this series, I just took the Acked-by/Reviewed-by tags for the bindings patch, and in the devicetree I moved the watchdog node after thermal-sensor as requested by Frank. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> --- Changes in v2: - bindings: take "Acked-by: Rob Herring (Arm) <robh@kernel.org>" - bindings: take "Reviewed-by: Frank Li <Frank.Li@nxp.com>" - devicetree: move the watchdog node just after thermal-sensor - Link to v1: https://lore.kernel.org/r/20250407-imx8qm-watchdog-v1-0-20c219b15fd2@bootlin.com --- Thomas Richard (2): dt-bindings: watchdog: fsl,scu-wdt: Document imx8qm arm64: dts: imx8qm: add system controller watchdog support Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml | 1 + arch/arm64/boot/dts/freescale/imx8qm.dtsi | 5 +++++ 2 files changed, 6 insertions(+) --- base-commit: 8ffd015db85fea3e15a77027fda6c02ced4d2444 change-id: 20250203-imx8qm-watchdog-b8363342842e Best regards,