Part Number: AM5728
When I run spidev_test with the loopback option I get
root@mitysom-am57x:/opt/synchrony/bin# ./spidev_test -v -l --device /dev/spidev1.0
can't set spi mode: Invalid argument
I also considered shorting the MISO and MOSI together to do a loopback test but then I thought I would need the no chip select option so that my actual device would not be active. But when I tried that
root@mitysom-am57x:/opt/synchrony/bin# ./spidev_test -N -v -D /dev/spidev1.0
[ 182.345120] spidev spi1.0: setup: unsupported mode bits 40
can't set spi mode: Invalid argument