mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
pinctrl: sh-pfc: r8a7795: Fix trivial typo in comment
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
7a362e3488
commit
ecd54509a2
@ -1508,7 +1508,7 @@ static const u16 pinmux_data[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* R8A7795 has 8 banks with 32 PGIOS in each => 256 GPIOs.
|
* R8A7795 has 8 banks with 32 GPIOs in each => 256 GPIOs.
|
||||||
* Physical layout rows: A - AW, cols: 1 - 39.
|
* Physical layout rows: A - AW, cols: 1 - 39.
|
||||||
*/
|
*/
|
||||||
#define ROW_GROUP_A(r) ('Z' - 'A' + 1 + (r))
|
#define ROW_GROUP_A(r) ('Z' - 'A' + 1 + (r))
|
||||||
|
Loading…
Reference in New Issue
Block a user