dt-bindings: imx: Correct pinfunc head file path for i.MX8MM
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 30 May 2019 03:13:57 +0000 (11:13 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Jun 2019 23:29:42 +0000 (01:29 +0200)
The i.MX8MM pinfunc head file is located in DT folder, correct it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.txt

index 524a16f..e4e01c0 100644 (file)
@@ -12,7 +12,7 @@ Required properties in sub-nodes:
 - fsl,pins: each entry consists of 6 integers and represents the mux and config
   setting for one pin.  The first 5 integers <mux_reg conf_reg input_reg mux_val
   input_val> are specified using a PIN_FUNC_ID macro, which can be found in
-  <dt-bindings/pinctrl/imx8mm-pinfunc.h>. The last integer CONFIG is
+  <arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h>. The last integer CONFIG is
   the pad setting value like pull-up on this pin.  Please refer to i.MX8M Mini
   Reference Manual for detailed CONFIG settings.