Device tree SPI issue. Cannot find MODALIAS and CS1 >= max 1

uname -a: "Linux colibri-imx6 5.4.91-5.2.0-devel+git.590db576d04d #1 SMP Tue Feb 2 16:38:41 UTC 2021 armv71 GNU/Linux"

The only reference to ecspi1 in the device tree I see is “ecspi1 = “/soc/aips-bus@2000000/spba-bus@2000000/spi@2008000”;” under the section “–symbols–” (won’t let me make - into underscores) . So “spi@2008000” should be ecspi1, in which I’ve made it enabled in the code above using “status = okay”.

I converted imx6dl-colibri-eval-v3.dtb file into dts, modified it, converted it back to a .dtb, and then overried it in my /boot/ folder. There are a few other blobs in the boot folder of the embedded Linux I’m using, but I haven’t looked at them because when I modified this one, I saw the changes reflected in the /dev/ folder, so I assumed that my system was using this particular device tree blob.

I’m not sure what you mean by standard functionality as I am new to this.

Thank you for your help.