17:46 | rdorsch> | Can anybody tell if mainline supports SPI on the hummingboard? |
17:47 | rdorsch> | # lsmod |grep spi |
17:47 | rdorsch> | spi_imx 20480 0 |
17:47 | rdorsch> | Shows that spi_imx loads, but I see no /dev/spi* devices. |
17:47 | rdorsch> | Also dmesg does not show anything related to spi |
19:00 | Artox> | rdorsch: devices connected to the spi bus have to be declared in devicetree, if you want the kernel to load a driver for them |
19:40 | Humpelst1lzchen> | rdorsch: also you need spidev for files in /dev |