Skip to content

Commit fbc24eb

Browse files
JackyBailinusw
authored andcommitted
pinctrl: imx: Add the zero base flag for imx93
On i.MX93, the pin mux reg offset is from 0x0, so need to add the 'ZERO_OFFSET_VALID' flag to make sure the pin at mux offset 0 can be found. Signed-off-by: Jacky Bai <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent cd4c1e6 commit fbc24eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/freescale/pinctrl-imx93.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ static const struct pinctrl_pin_desc imx93_pinctrl_pads[] = {
239239
static const struct imx_pinctrl_soc_info imx93_pinctrl_info = {
240240
.pins = imx93_pinctrl_pads,
241241
.npins = ARRAY_SIZE(imx93_pinctrl_pads),
242+
.flags = ZERO_OFFSET_VALID,
242243
.gpr_compatible = "fsl,imx93-iomuxc-gpr",
243244
};
244245

0 commit comments

Comments
 (0)