dt-bindings: pinctrl: Fix file path for pinfunc include
authorJesse Taube <mr.bossman075@gmail.com>
Mon, 7 Nov 2022 07:15:06 +0000 (02:15 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Nov 2022 08:19:43 +0000 (09:19 +0100)
Reference to pinfunc.h was wrong. Fix it.

Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Link: https://lore.kernel.org/r/20221107071511.2764628-3-Mr.Bossman075@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml

index 1278f729356040cde970fdb82498aa278e4a76b8..db5fe66ad8733d6a923dececf34653b93d9d7892 100644 (file)
@@ -35,7 +35,7 @@ patternProperties:
           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 <include/dt-bindings/pinctrl/pins-imxrt1050.h>. The last
+          be found in <arch/arm/boot/dts/imxrt1050-pinfunc.h>. The last
           integer CONFIG is the pad setting value like pull-up on this pin. Please
           refer to i.MXRT1050 Reference Manual for detailed CONFIG settings.
         $ref: /schemas/types.yaml#/definitions/uint32-matrix