arm64: dts: imx8mm-data-modul: Rename /watchdog-gpio to plain /watchdog
authorMarek Vasut <marex@denx.de>
Wed, 2 Nov 2022 19:17:56 +0000 (20:17 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Nov 2022 05:49:43 +0000 (13:49 +0800)
The DT bindings checker is confused by the -gpio node suffix,
drop it to fix the following warning:
"
imx8mm-data-modul-edm-sbc.dtb: /: watchdog-gpio: {'pinctrl-names': ['default'], 'pinctrl-0': [[104]], 'compatible': ['linux,wdt-gpio'], 'always-enabled': True, 'gpios': [[45, 8, 0]], 'hw_algo': ['level'], 'hw_margin_ms': [[1500]], 'status': ['disabled']} is not of type 'array'
"

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-data-modul-edm-sbc.dts

index de28572cb79bc629c1925a29bdcff2caffa679ba..adf6395406c1f92aaa1c0e1d0c1d08284c077afc 100644 (file)
@@ -83,7 +83,7 @@
                enable-active-high;
        };
 
-       watchdog-gpio {
+       watchdog {
                /* TPS3813 */
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_watchdog_gpio>;