This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在内核的设备树文件中,有这样一段:
&wkup_m3_ipc {
ti, needs-vtt-toggle;
ti,vtt-gpio-pin = <7>;
ti,scale-data-fw = "am335x-evm-scale-data.bin";
};
请教几个问题:
1、wkup_m3_ipc是描述什么的?我在TRM中没有找到具体的说明
2、am335x-evm-scale-data.bin的内容是什么?主要起什么作用?
3、wkup_m3_ipc与am335x-evm-scale-data.bin有什么关联?
谢谢各位!