On Thu, Feb 10, 2022 at 10:20 PM AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> wrote: > > All of the SoCs using Paris pinctrl are defining a custom probe > function that is simply calling mtk_paris_pinctrl_probe() passing > a pointer to the SoC specific mtk_pin_soc structure and nothing else. > > Simplify the probe mechanism across all pinctrl drivers that are > using pinctrl-paris by passing the specific mtk_pin_soc as match > data and using function mtk_paris_pinctrl_probe as a common probe > function for all of them. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> Reviewed-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>