Skip to content

Commit 85759e0

Browse files
prabhakarladgeertu
authored andcommitted
arm64: dts: renesas: rz-smarc-du-adv7513: Simplify DU port configuration
The SoC dtsi already defines the du node with its ports hierarchy, including the du_out_rgb endpoint node under port@0. There is no need to redefine the entire ports/port@0 structure in the board-level dtsi. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260420132211.1350656-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 893227d commit 85759e0

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

arch/arm64/boot/dts/renesas/rz-smarc-du-adv7513.dtsi

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,10 @@
2424
pinctrl-names = "default";
2525

2626
status = "okay";
27+
};
2728

28-
ports {
29-
#address-cells = <1>;
30-
#size-cells = <0>;
31-
32-
port@0 {
33-
reg = <0>;
34-
35-
du_out_rgb: endpoint {
36-
remote-endpoint = <&adv7513_in>;
37-
};
38-
};
39-
};
29+
&du_out_rgb {
30+
remote-endpoint = <&adv7513_in>;
4031
};
4132

4233
&ADV7513_PARENT_I2C {

0 commit comments

Comments
 (0)