21.06.2019 18:19, Thierry Reding пишет: > From: Thierry Reding <treding@xxxxxxxxxx> > > Some pin groups have park bits for multiple pins in one register. > Support this by turning the parked bit field into a parked bitmask > field. If no parked bits are supported, the bitmask can be 0. > > Update the pingroup table on Tegra210, which is the only generation > where this is supported, with the parked bitmask. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > Changes in v2: > - write to mux_bank/mux_reg or drv_bank/drv_reg depending on pin Looking great! Thank you! Reviewed-by: Dmitry Osipenko <digetx@xxxxxxxxx> For Tegra20/30 Tested-by: Dmitry Osipenko <digetx@xxxxxxxxx>