diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2021-11-13 11:21:56 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-11-23 19:55:03 +0800 |
commit | 1aa590c85ae4a66bd686146392708704828691a2 (patch) | |
tree | 4a8724ff0af4dac4cc1c4b3f404e30f66212b29b /arch/arm/boot/dts/imx27-pinfunc.h | |
parent | 52c612692848bbe6ae2feb31706911641b17afc9 (diff) |
ARM: dts: imx: Fix typo in pinfunc comments
Remove the repeated `configurable' in some comments in imx1-pinfunc.h
and imx27-pinfunc.h.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-pinfunc.h')
-rw-r--r-- | arch/arm/boot/dts/imx27-pinfunc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx27-pinfunc.h b/arch/arm/boot/dts/imx27-pinfunc.h index 1514d80a3112..75aea0c701d4 100644 --- a/arch/arm/boot/dts/imx27-pinfunc.h +++ b/arch/arm/boot/dts/imx27-pinfunc.h @@ -26,9 +26,9 @@ * 2 - 0 * 3 - 1 * - * 'pin' is an integer between 0 and 0xbf. imx27 has 6 ports with 32 configurable - * configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is the pin - * number on the specific port (between 0 and 31). + * 'pin' is an integer between 0 and 0xbf. imx27 has 6 ports with 32 + * configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is + * the pin number on the specific port (between 0 and 31). */ #define MX27_PAD_USBH2_CLK__USBH2_CLK 0x00 0x000 |