]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: dts: mxs: add pinctrl header files
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 19 Sep 2013 06:59:47 +0000 (08:59 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 26 Sep 2013 05:01:36 +0000 (13:01 +0800)
commitff04b40152d04260f04664cecae4194f4c6d399d
treea48c217b708eb3f287e552a80db10238e077769a
parent289604df397e0d5dbe71673f8a15bfc5c8c0079f
ARM: dts: mxs: add pinctrl header files

Remove the list of possible pin configurations from the documentation
file and create header files containing those definitions.
This eliminates the need for error-prone manual lookup of those values
in the documentation and guarantees consistency between the human
readable representation of the pad function in the .dts file and the
actual binary value used in DT.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt
arch/arm/boot/dts/imx23-pinfunc.h [new file with mode: 0644]
arch/arm/boot/dts/imx28-pinfunc.h [new file with mode: 0644]
arch/arm/boot/dts/mxs-pinfunc.h [new file with mode: 0644]