Skip to content

Commit

Permalink
ARM: dts: imx: Fix typo in pinfunc comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Wang authored and Shawn Guo committed Nov 23, 2021
1 parent 52c6126 commit 1aa590c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/imx1-pinfunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
* 2 - 0
* 3 - 1
*
* 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 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. i.MX1 has 4 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 MX1_PAD_A24__A24 0x00 0x004
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/imx27-pinfunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aa590c

Please sign in to comment.