Skip to content

Commit a653127

Browse files
Marek Vasutgregkh
authored andcommitted
arm64: dts: renesas: sparrow-hawk: Fix full-size DP connector node name and labels
[ Upstream commit 9d22a34 ] 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: a719915 ("arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support") Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent c96d27f commit a653127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@
118118
};
119119

120120
/* Page 27 / DSI to Display */
121-
mini-dp-con {
121+
dp-con {
122122
compatible = "dp-connector";
123123
label = "CN6";
124124
type = "full-size";
125125

126126
port {
127-
mini_dp_con_in: endpoint {
127+
dp_con_in: endpoint {
128128
remote-endpoint = <&sn65dsi86_out>;
129129
};
130130
};
@@ -371,7 +371,7 @@
371371
port@1 {
372372
reg = <1>;
373373
sn65dsi86_out: endpoint {
374-
remote-endpoint = <&mini_dp_con_in>;
374+
remote-endpoint = <&dp_con_in>;
375375
};
376376
};
377377
};

0 commit comments

Comments
 (0)