I want to activate the spidev with modprobe command and than I got the message that
modprobe: module spidev not found in modules.dep
Moreover, when I execute the dmesg command it appears that the system cannot bound correctly with the device tree. hereafter what I got when I execute this command :
root@swi-mdm9x28:/# dmesg | grep spi
[ 0.963413] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-clk’ property of node ‘/soc/spi@78b6000[0]’
[ 0.963432] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-miso’ property of node ‘/soc/spi@78b6000[0]’
[ 0.963445] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-mosi’ property of node ‘/soc/spi@78b6000[0]’
[ 0.963457] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs0’ property of node ‘/soc/spi@78b6000[0]’
[ 0.963468] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs1’ property of node ‘/soc/spi@78b6000[0]’
[ 0.963480] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs2’ property of node ‘/soc/spi@78b6000[0]’
[ 0.963491] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs3’ property of node ‘/soc/spi@78b6000[0]’
Hi @Souhail, I have Mangoh. RED - WP7609 with exactly same problem!!
I built my own image yocto_wp76xx.4k.cwe from Legato-Dist-Source-mdm9x28-SWI9X07Y_02.28.03.05.tar.bz2 (R13.3) without any modification and spidev0.0 is not in /dev/.
after burn image, on target: $ dmesg | grep spi
[ 0.978430] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-clk’ property of node ‘/soc/spi@78b6000[0]’
[ 0.978446] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-miso’ property of node ‘/soc/spi@78b6000[0]’
[ 0.978459] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-mosi’ property of node ‘/soc/spi@78b6000[0]’
[ 0.978470] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs0’ property of node ‘/soc/spi@78b6000[0]’
[ 0.978482] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs1’ property of node ‘/soc/spi@78b6000[0]’
[ 0.978493] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs2’ property of node ‘/soc/spi@78b6000[0]’
[ 0.978505] of_get_named_gpiod_flags: can’t parse ‘qcom,gpio-cs3’ property of node ‘/soc/spi@78b6000[0]’