Quoting Krzysztof Kozlowski (2022-10-20 15:51:34) > This reverts commit e440e30e26dd6b0424002ad0ddcbbcea783efd85 because it > is not a reliable way of fixing SPI CS glitch and it depends on specific > Linux kernel pin controller driver behavior. > > This behavior of kernel driver was changed in commit b991f8c3622c > ("pinctrl: core: Handling pinmux and pinconf separately") thus > effectively the DTS fix stopped being effective. > > Proper solution for the glitching SPI chip select must be implemented in > the drivers, not via ordering of entries in DTS, and is already > introduced in commit d21f4b7ffc22 ("pinctrl: qcom: Avoid glitching lines > when we first mux to output"). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > Tested-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>