On Tue, Jun 04, 2024 at 07:10:20PM +0500, Dmitry Yashin wrote: > Add pinctrl support for rk3308b. This pin controller much the same as > rk3308's, but with additional iomux routes and 3bit iomuxes selected > via gpio##_sel_src_ctrl registers. Set them up in the function > rk3308b_soc_sel_src_init to use new 3bit iomuxes over some 2bit old > ones and update iomux_recalced and iomux_routes for the new SoC's. > > Fixes: 1f3e25a06883 ("pinctrl: rockchip: fix RK3308 pinmux bits") Why does this one have a Fixes tag? Isn't this new hardware support? Possibly patch 1/2 was not actually a fix but just preparation for this patch? regards, dan carpenter > Signed-off-by: Dmitry Yashin <dmt.yashin@xxxxxxxxx> > Reviewed-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>