Skip to content

Commit

Permalink
kernel dtsi: enalbe continue splash display
Browse files Browse the repository at this point in the history
Enalbe cont splash for display
remove fsa4480 as we use own dp aux switcher

Change-Id: I76628d6fa71d3313e89cf00628fb885d9ae541b0
Signed-off-by: daiss1 <[email protected]>
Reviewed-on: https://gerrit.mot.com/2009594
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Guobin Zhang <[email protected]>
Submit-Approved: Shanshan Dai <[email protected]>
  • Loading branch information
daiss1 authored and zhoujs3 committed Jul 2, 2024
1 parent c2e1a0c commit c8b30f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
22 changes: 21 additions & 1 deletion display/waipio-sde-display-hiphi-common-base.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@
cell-index = <0>;
label = "wb_display";
};

disp_rdump_memory: disp_rdump_region@e1000000 {
reg = <0xb8000000 0x00800000>;
label = "disp_rdump_region";
};

sde_dp: qcom,dp_display@ae90000 {
qcom,dp-aux-switch-mot;
};
};

&reserved_memory {
splash_memory: splash_region {
reg = <0x0 0xb8000000 0x0 0x02b00000>;
label = "cont_splash_region";
};
};

&sde_dsi {
Expand Down Expand Up @@ -142,7 +158,7 @@
};

&mdss_mdp {
connectors = <&sde_wb &sde_dsi &sde_rscc>;
connectors = <&sde_dsi &smmu_sde_unsec &smmu_sde_sec &sde_wb &sde_dp &sde_rscc>;
};


Expand Down Expand Up @@ -205,3 +221,7 @@
panel = <&mot_csot_nt37701_667_1080x2400_dsc_cmd>;
};
};

&fsa4480 {
status = "disabled";
};
1 change: 0 additions & 1 deletion display/waipio-sde.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
compatible = "qcom,dp-display";

usb-phy = <&usb_qmp_dp_phy>;
qcom,dp-aux-switch = <&fsa4480>;
qcom,ext-disp = <&ext_disp>;
qcom,altmode-dev = <&altmode 0>;
usb-controller = <&usb0>;
Expand Down

0 comments on commit c8b30f2

Please sign in to comment.