Skip to content

Commit a8d5351

Browse files
gary_genasus-leslieyu
authored andcommitted
drm : modify display-subsystem bind sequence
Bind dsi connector first to play default display on dsi for dual screen Change-Id: Iee271e0d2a0994d11d10e6cc01daf15783b519ca
1 parent 5682a76 commit a8d5351

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

arch/arm/boot/dts/rk3288.dtsi

100644100755
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,19 +1440,19 @@
14401440
#address-cells = <1>;
14411441
#size-cells = <0>;
14421442

1443-
vopb_out_hdmi: endpoint@0 {
1443+
vopb_out_edp: endpoint@0 {
14441444
reg = <0>;
1445-
remote-endpoint = <&hdmi_in_vopb>;
1445+
remote-endpoint = <&edp_in_vopb>;
14461446
};
14471447

1448-
vopb_out_edp: endpoint@1 {
1448+
vopb_out_dsi0: endpoint@1 {
14491449
reg = <1>;
1450-
remote-endpoint = <&edp_in_vopb>;
1450+
remote-endpoint = <&dsi0_in_vopb>;
14511451
};
14521452

1453-
vopb_out_dsi0: endpoint@2 {
1453+
vopb_out_hdmi: endpoint@2 {
14541454
reg = <2>;
1455-
remote-endpoint = <&dsi0_in_vopb>;
1455+
remote-endpoint = <&hdmi_in_vopb>;
14561456
};
14571457

14581458
vopb_out_lvds: endpoint@3 {
@@ -1502,19 +1502,19 @@
15021502
#address-cells = <1>;
15031503
#size-cells = <0>;
15041504

1505-
vopl_out_hdmi: endpoint@0 {
1505+
vopl_out_edp: endpoint@0 {
15061506
reg = <0>;
1507-
remote-endpoint = <&hdmi_in_vopl>;
1507+
remote-endpoint = <&edp_in_vopl>;
15081508
};
15091509

1510-
vopl_out_edp: endpoint@1 {
1510+
vopl_out_dsi0: endpoint@1 {
15111511
reg = <1>;
1512-
remote-endpoint = <&edp_in_vopl>;
1512+
remote-endpoint = <&dsi0_in_vopl>;
15131513
};
15141514

1515-
vopl_out_dsi0: endpoint@2 {
1515+
vopl_out_hdmi: endpoint@2 {
15161516
reg = <2>;
1517-
remote-endpoint = <&dsi0_in_vopl>;
1517+
remote-endpoint = <&hdmi_in_vopl>;
15181518
};
15191519

15201520
vopl_out_lvds: endpoint@3 {

0 commit comments

Comments
 (0)