aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2022-07-07 15:50:15 +0300
committerShawn Guo <shawnguo@kernel.org>2022-07-08 16:35:26 +0800
commit3115888c9702e095f147883cd1a94511025978ab (patch)
tree2d4f76396500587af0d0e5dca1d5e0326512cb82 /Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
parentdt-bindings: thermal: Add fsl,scu-thermal yaml file (diff)
downloadlinux-dev-3115888c9702e095f147883cd1a94511025978ab.tar.xz
linux-dev-3115888c9702e095f147883cd1a94511025978ab.zip
dt-bindings: watchdog: Add fsl,scu-wdt yaml file
In order to replace the fsl,scu txt file from bindings/arm/freescale, we need to split it between the right subsystems. This patch documents separately the 'watchdog' child node of the SCU main node. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Signed-off-by: Viorel Suman <viorel.suman@nxp.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
index 03f927a33281..e1cc72741f1f 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
@@ -62,16 +62,6 @@ i.MX SCU Client Device Node:
Client nodes are maintained as children of the relevant IMX-SCU device node.
-Watchdog bindings based on SCU Message Protocol
-------------------------------------------------------------
-
-Required properties:
-- compatible: should be:
- "fsl,imx8qxp-sc-wdt"
- followed by "fsl,imx-sc-wdt";
-Optional properties:
-- timeout-sec: contains the watchdog timeout in seconds.
-
Example (imx8qxp):
-------------
aliases {
@@ -98,11 +88,6 @@ firmware {
&lsio_mu1 1 2
&lsio_mu1 1 3
&lsio_mu1 3 3>;
-
- watchdog {
- compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
- timeout-sec = <60>;
- };
};
};