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>
This commit is contained in:
Родитель
52c6126928
Коммит
1aa590c85a
|
@ -26,9 +26,9 @@
|
||||||
* 2 - 0
|
* 2 - 0
|
||||||
* 3 - 1
|
* 3 - 1
|
||||||
*
|
*
|
||||||
* 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 configurable
|
* '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
|
* configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is
|
||||||
* number on the specific port (between 0 and 31).
|
* the pin number on the specific port (between 0 and 31).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MX1_PAD_A24__A24 0x00 0x004
|
#define MX1_PAD_A24__A24 0x00 0x004
|
||||||
|
|
|
@ -26,9 +26,9 @@
|
||||||
* 2 - 0
|
* 2 - 0
|
||||||
* 3 - 1
|
* 3 - 1
|
||||||
*
|
*
|
||||||
* 'pin' is an integer between 0 and 0xbf. imx27 has 6 ports with 32 configurable
|
* '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
|
* configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is
|
||||||
* number on the specific port (between 0 and 31).
|
* the pin number on the specific port (between 0 and 31).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MX27_PAD_USBH2_CLK__USBH2_CLK 0x00 0x000
|
#define MX27_PAD_USBH2_CLK__USBH2_CLK 0x00 0x000
|
||||||
|
|
Загрузка…
Ссылка в новой задаче