commit | c894e130992a648cc22c0471ada8e2afbf7a2c47 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Jan 24 15:50:53 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Jan 25 09:06:32 2025 -0300 |
tree | 5b70fe5e30c6d87e24f3f89abc91f71c0ba29450 | |
parent | 912e614f2636ce3860ea78d25579244cb8166910 [diff] |
pinctrl: imx: Inline struct imx_pinctrl_soc_info access into probe The probe function is identical across all the pinctrl drivers. Inline the imx_pinctrl_soc_info access into imx_pinctrl_probe() and drop all the duplicate probe functions. No functional change. Signed-off-by: Marek Vasut <marex@denx.de>