dt-bindings: arm: imx: scu: fix naming typo of clk compatible string
authorDong Aisheng <aisheng.dong@nxp.com>
Fri, 23 Apr 2021 03:33:29 +0000 (11:33 +0800)
committerAbel Vesa <abel.vesa@nxp.com>
Mon, 14 Jun 2021 09:33:08 +0000 (12:33 +0300)
There is a typo in binding doc that the name of compatible string of
scu clock should be "fsl,xxx-clk" rather than "fsl,xxx-clock".
In reality, both example and dts using "fsl,xxx-clk", so fixing the doc
is enough.

Cc: devicetree@vger.kernel.org
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt

index 395359d..3adf3f6 100644 (file)
@@ -86,8 +86,8 @@ This binding uses the common clock binding[1].
 
 Required properties:
 - compatible:          Should be one of:
-                         "fsl,imx8qm-clock"
-                         "fsl,imx8qxp-clock"
+                         "fsl,imx8qm-clk"
+                         "fsl,imx8qxp-clk"
                        followed by "fsl,scu-clk"
 - #clock-cells:                Should be either
                        2: Contains the Resource and Clock ID value.