Re: [PATCHv3 2/2] arm64: dts: rockchip: add dts for Firefly Station P2 aka rk3568-roc-pc

From: Krzysztof Kozlowski
Date: Tue Jun 20 2023 - 13:17:26 EST


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