arm64: dts: rockchip: rk3588: Add output endpoint for dp1/edp1

Change-Id: I638f5b69ec30c4ee14b3dd50afa6d889533f7fc9
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
Wyon Bi
2023-04-11 00:52:54 +00:00
committed by Tao Huang
parent a4b83836b1
commit ec918a2bbb

View File

@@ -376,7 +376,7 @@
#address-cells = <1>;
#size-cells = <0>;
dp1_in: port@0 {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
@@ -399,6 +399,12 @@
status = "disabled";
};
};
port@1 {
reg = <1>;
dp1_out: endpoint { };
};
};
};
@@ -494,7 +500,7 @@
#address-cells = <1>;
#size-cells = <0>;
edp1_in: port@0 {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
@@ -517,6 +523,12 @@
status = "disabled";
};
};
port@1 {
reg = <1>;
edp1_out: endpoint { };
};
};
};