Re: MCP2515 DTS support
From: Alexander Shiyan <hidden>
Date: 2014-02-26 14:52:17
From: Alexander Shiyan <hidden>
Date: 2014-02-26 14:52:17
Среда, 26 февраля 2014, 10:12 -03:00 от Lucas Zampar Bernardi [off-list ref]:
Hello Alexander, Follow attach my DTS file and my dmesg log. How you can see, we have "mcp251x: probe of spi32766.2 failed with error -2.". I discovered that the cause is the clock config structure, because if I've forced a frequency hardcode all driver works. The point where I've forced is:
... Seems, you are missing "fixed-clock" driver in the kernel. Is CONFIG_COMMON_CLK option is enabled in your .config? ---