You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing with SPI on my pandaboard ES card, I noticed the following things:
The trace "enabling spi3/spi4" is misleading.
The patch enables spidev for SPI1, chipselect 0 and 1, not spi3 and spi4.
The corresponding pins are not configured automatically.
Looking into the similar patch for omap beagle expansion, when registering the spidev driver, the corresponding pin mux configuration is also performed. Maybe it could be a good thing to add this configuration to the Panda patch.
Best regards,
Yann
The text was updated successfully, but these errors were encountered:
That would be a great patch for the panda's last horrah as mainline board file based kernel image (v3.10.x).. Got a patch ready? As with v3.11.x the board-omap4panda.c is slated to be deleted and we will have to figure out a device tree "buddy=spidev" replacement.
That would be a great patch for the panda's last horrah as mainline board file based kernel image (v3.10.x).. Got a patch ready? As with v3.11.x the board-omap4panda.c is slated to be deleted and we will have to figure out a device tree "buddy=spidev" replacement.
Regards
—
Reply to this email directly or view it on GitHub.
"Device Tree's" are the future, and as the such when the *.dtb are close in functionality the boards are usually removed.. (For example, the imx guys removed all their imx5x board files in v3.5-rc when the *.dtb was equal in functionality..)
Hello,
Playing with SPI on my pandaboard ES card, I noticed the following things:
The trace "enabling spi3/spi4" is misleading.
The patch enables spidev for SPI1, chipselect 0 and 1, not spi3 and spi4.
The corresponding pins are not configured automatically.
Looking into the similar patch for omap beagle expansion, when registering the spidev driver, the corresponding pin mux configuration is also performed. Maybe it could be a good thing to add this configuration to the Panda patch.
Best regards,
Yann
The text was updated successfully, but these errors were encountered: