diff options
| author | David Lechner <[email protected]> | 2026-02-09 17:34:18 -0600 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-03-11 10:42:03 -0500 |
| commit | 920b0bc6082dbc5aae5e36af8a3deed98a93559b (patch) | |
| tree | 3e78fe23b7f793b275ed62280fe78415e9ad8d07 /drivers | |
| parent | 64d48d21b51c65c01a842153dee0de70fe769145 (diff) | |
pinctl: mediatek: increase max number of base addresses
Increase the maximum number of base addresses that can be handled by the
mediatek pinctrl driver from 10 to 15. This is needed for the MT8189
which has 15 base addresses.
Reviewed-by: Macpaul Lin <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pinctrl/mediatek/pinctrl-mtk-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/mediatek/pinctrl-mtk-common.h b/drivers/pinctrl/mediatek/pinctrl-mtk-common.h index 15ab3c1bf07..58f13613633 100644 --- a/drivers/pinctrl/mediatek/pinctrl-mtk-common.h +++ b/drivers/pinctrl/mediatek/pinctrl-mtk-common.h @@ -9,7 +9,7 @@ #define MTK_PINCTRL_V0 0x0 #define MTK_PINCTRL_V1 0x1 #define BASE_CALC_NONE 0 -#define MAX_BASE_CALC 10 +#define MAX_BASE_CALC 15 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } |
