On 20/06/2023 19:05, Furkan Kardame wrote: >> >>> + }; >>> + >>> + hdmi-con { >>> + compatible = "hdmi-connector"; >>> + type = "a"; >>> + >>> + port { >>> + hdmi_con_in: endpoint { >>> + remote-endpoint = <&hdmi_out_con>; >> >> Missing indentation. > > I am not able to see any missing indentation in the patch. > I did run checkpatch and did not find any such warning. > Please advice in detail ? remote-endpoint is a property within a node, so it cannot have same indentation as the node. Best regards, Krzysztof