On 05/10/23 18:57, Jayesh Choudhary wrote: > This series adds support for: > - DisplayPort for J784S4-EVM > - Displayport and HDMI for AM69-SK platform > > NOTE: Patch 4/5 introduces the following dtc warning which can be ignored > since its behind W=1 check: > Warning (graph_child_address): /bus@100000/dss@4a00000/ports: graph node > has single child node 'port@0', #address-cells/#size-cells are not > necessary >> (This is more accurate description for port and the dtc check should not > differentiate between port@0 and port@1.[0]) > Sorry, don't want to more warnings to the file while we are working constantly to reduce warnings on the other side. There are 3 options a) Propose fix to dtc b) Minimally describe second port (DSI) and it keep disabled as its unusable currently (this more closely describes the HW and the reason why port indexing is needed in first place) c) Go back to v9 and describe second port once DSI supported is added in future, [...] -- Regards Vignesh