主题:SysConfig 中讨论的其他器件
工具/软件:
尊敬的 TI 专家:
此后、我修改了器件树并为开发板编译了应用。
我登录系统并运行 kmsprint、
但没有输出任何内容。
以下是我 DTS 文件中关于按照建议的测试代码显示、的代码
panel {
compatible = "newhaven,nhd-4.3-480272ef-atxl";
port {
panel_in: endpoint {
remote-endpoint = <&dpi1_out>;
};
};
};
&dss_ports {
/* VP2: DPI Output */
hdmi0_dss: port@1 {
reg = <1>;
dpi1_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
};
我注意到了一些错误。
[ 0.440458] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /panel [ 0.447554] /panel: Fixed dependency cycle(s) with /bus@f0000/dss@30200000 [ 0.821931] panel-simple panel: supply power not found, using dummy regulator



