Skip to content
Commit 46435d4c authored by Shawn Guo's avatar Shawn Guo Committed by Linus Walleij
Browse files

pinctrl: freescale: add ZERO_OFFSET_VALID flag for vf610 pinctrl

To support i.MX7D Low Power State Retention IOMUXC, commit e7b37a52


("pinctrl: freescale: imx: allow mux_reg offset zero") changes the way
of zero mux_reg offset support with a new flag ZERO_OFFSET_VALID.  But,
unfortunately, it forgot to add this flag for vf610 pinctrl which has
zero mux_reg offset be valid as well, and hence breaks the vf610
support.

Fix the regression by adding flag ZERO_OFFSET_VALID for vf610 pinctrl
driver.

Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Fixes: e7b37a52

 ("pinctrl: freescale: imx: allow mux_reg offset zero")
Reported-by: default avatarAndrew Lunn <andrew@lunn.ch>
Tested-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 527e9316
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