Commit ecd54509 authored by Wolfram Sang's avatar Wolfram Sang Committed by Geert Uytterhoeven

pinctrl: sh-pfc: r8a7795: Fix trivial typo in comment

Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 7a362e34
...@@ -1508,7 +1508,7 @@ static const u16 pinmux_data[] = { ...@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment