Skip to content

Commit e620258

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 <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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 18fe7b4 commit e620258

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
@@ -119,13 +119,13 @@
119119
};
120120

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

127127
port {
128-
mini_dp_con_in: endpoint {
128+
dp_con_in: endpoint {
129129
remote-endpoint = <&sn65dsi86_out>;
130130
};
131131
};
@@ -407,7 +407,7 @@
407407
port@1 {
408408
reg = <1>;
409409
sn65dsi86_out: endpoint {
410-
remote-endpoint = <&mini_dp_con_in>;
410+
remote-endpoint = <&dp_con_in>;
411411
};
412412
};
413413
};

0 commit comments

Comments
 (0)