Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: imx: scu: fix naming typo of clk compatible string

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>

authored by

Dong Aisheng and committed by
Abel Vesa
e446441a b24e288d

+2 -2
+2 -2
Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
··· 86 86 87 87 Required properties: 88 88 - compatible: Should be one of: 89 - "fsl,imx8qm-clock" 90 - "fsl,imx8qxp-clock" 89 + "fsl,imx8qm-clk" 90 + "fsl,imx8qxp-clk" 91 91 followed by "fsl,scu-clk" 92 92 - #clock-cells: Should be either 93 93 2: Contains the Resource and Clock ID value.