arm64: dts: renesas: Remove empty rgb output endpoints

Endpoints node must have a remote-endpoint property, as endpoints only
exist to model a link between ports. Drop the empty rgb output endpoints
from SoC dtsi files, and declare them in the board dts instead.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20220424161228.8147-2-laurent.pinchart+renesas@ideasonboard.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Laurent Pinchart 2022-04-24 19:12:28 +03:00 committed by Geert Uytterhoeven
parent b7423e3943
commit 747bbcd3aa
18 changed files with 20 additions and 32 deletions

View File

@ -272,8 +272,14 @@
status = "okay";
};
&du_out_rgb {
remote-endpoint = <&rgb_panel>;
&du {
ports {
port@0 {
du_out_rgb: endpoint {
remote-endpoint = <&rgb_panel>;
};
};
};
};
&ehci0 {

View File

@ -285,7 +285,7 @@
ports {
port@0 {
endpoint {
du_out_rgb: endpoint {
remote-endpoint = <&adv7123_in>;
};
};

View File

@ -356,7 +356,7 @@
ports {
port@0 {
endpoint {
du_out_rgb: endpoint {
remote-endpoint = <&adv7123_in>;
};
};

View File

@ -2738,8 +2738,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -2583,8 +2583,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -172,7 +172,7 @@
ports {
port@0 {
endpoint {
du_out_rgb: endpoint {
remote-endpoint = <&tda19988_in>;
};
};

View File

@ -1871,8 +1871,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {

View File

@ -2857,8 +2857,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -3351,8 +3351,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -2954,8 +2954,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -2764,8 +2764,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -2766,8 +2766,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;

View File

@ -1157,8 +1157,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {

View File

@ -1534,8 +1534,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {

View File

@ -2048,8 +2048,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {

View File

@ -1367,8 +1367,6 @@
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {

View File

@ -386,7 +386,7 @@
ports {
port@0 {
endpoint {
du_out_rgb: endpoint {
remote-endpoint = <&adv7123_in>;
};
};

View File

@ -97,8 +97,14 @@
status = "okay";
};
&du_out_rgb {
remote-endpoint = <&adv7513_in>;
&du {
ports {
port@0 {
du_out_rgb: endpoint {
remote-endpoint = <&adv7513_in>;
};
};
};
};
&ehci0 {