Skip to content

Commit 95e2ac6

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: fix rk3288 dp node
With the conversion of rockchip,analogix-dp.yaml a port@1 node is required, so add a node with label edp_out. Also restyle. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/0a423eb4-0ab6-7ecb-d450-d93639160dbc@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 8a19e4c commit 95e2ac6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,19 +1204,26 @@
12041204
ports {
12051205
#address-cells = <1>;
12061206
#size-cells = <0>;
1207+
12071208
edp_in: port@0 {
12081209
reg = <0>;
12091210
#address-cells = <1>;
12101211
#size-cells = <0>;
1212+
12111213
edp_in_vopb: endpoint@0 {
12121214
reg = <0>;
12131215
remote-endpoint = <&vopb_out_edp>;
12141216
};
1217+
12151218
edp_in_vopl: endpoint@1 {
12161219
reg = <1>;
12171220
remote-endpoint = <&vopl_out_edp>;
12181221
};
12191222
};
1223+
1224+
edp_out: port@1 {
1225+
reg = <1>;
1226+
};
12201227
};
12211228
};
12221229

0 commit comments

Comments
 (0)