Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Ti Experts.
Following this post, I modified my device tree and compiled the application for the development board.
I logged into the system and ran kmsprint,
but nothing was output.
Here is code in my dts file about display ,Following your suggested test code
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>; }; }; };
I noticed some errors.
[ 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