]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: renesas: sparrow-hawk: Fix full-size DP connector node name and labels
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 27 Oct 2025 18:45:53 +0000 (19:45 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 31 Oct 2025 09:16:03 +0000 (10:16 +0100)
The DisplayPort connector on Retronix R-Car V4H Sparrow Hawk board
is a full-size DisplayPort connector. Fix the copy-paste error and
update the DT node name and labels accordingly. No functional change.

Fixes: a719915e76f2 ("arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20251027184604.34550-1-marek.vasut+renesas@mailbox.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts

index 1da8e476b2193d7a62659ca8dbcd2a8fb54b9ce4..ff07d984cbf2991dbdd094085016afdd98ae7dac 100644 (file)
        };
 
        /* Page 27 / DSI to Display */
-       mini-dp-con {
+       dp-con {
                compatible = "dp-connector";
                label = "CN6";
                type = "full-size";
 
                port {
-                       mini_dp_con_in: endpoint {
+                       dp_con_in: endpoint {
                                remote-endpoint = <&sn65dsi86_out>;
                        };
                };
                                        port@1 {
                                                reg = <1>;
                                                sn65dsi86_out: endpoint {
-                                                       remote-endpoint = <&mini_dp_con_in>;
+                                                       remote-endpoint = <&dp_con_in>;
                                                };
                                        };
                                };