Forum | Documentation | Website | Blog

Skip to content

am335x-sancloud-bbe-lite-uboot-univ: Disable header pins used for spi0

Jason Kridner requested to merge github/fork/SanCloudLtd/v5.10.x-ti into v5.10.x-ti

Created by: pbrkr

The BBE Lite has an Authenta SPI flash device fitted on the spi0 bus. Disable the configurable header pins which overlap with those used for spi0 to prevent errors during boot.

This fixes errors such as the following seen during boot:

[   11.087932] pinctrl-single 44e10800.pinmux: pin PIN84 already requested by ocp:P9_22_pinmux; cannot claim for 48030000.spi
[   11.099253] pinctrl-single 44e10800.pinmux: pin-84 (48030000.spi) status -22
[   11.106389] pinctrl-single 44e10800.pinmux: could not request pin 84 (PIN84) from group pinmux_bb_spi0_pins  on device pinctrl-single
[   11.118468] omap2_mcspi 48030000.spi: Error applying setting, reverse things back
[   11.126095] omap2_mcspi: probe of 48030000.spi failed with error -22

Merge request reports