On Wed, Mar 16, 2022 at 06:06:39PM -0700, Stephen Boyd wrote: > Having these pins with outputs is good on a fresh boot because it puts > the boot and reset pins in a known "good" state. Unfortunately, that > conflicts with the fingerprint firmware flashing code. The firmware > flashing process binds and unbinds the cros-ec and spidev drivers and > that reapplies the pin output values after the flashing code has > overridden the gpio values. This causes a problem because we try to put > the device into bootloader mode, bind the spidev driver and that > inadvertently puts it right back into normal boot mode, breaking the > flashing process. > > Fix this by removing the outputs. We'll introduce a binding for > fingerprint cros-ec specifically to set the gpios properly via gpio APIs > during cros-ec driver probe instead. > > Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> > Cc: Matthias Kaehlcke <mka@xxxxxxxxxxxx> > Cc: Alexandru M Stan <amstan@xxxxxxxxxxxx> > Fixes: 116f7cc43d28 ("arm64: dts: qcom: sc7280: Add herobrine-r1") > Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> Reviewed-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>