Merge "ARM: dts: msm: add emulated env for Kalama RUMI"

This commit is contained in:
qctecmdr
2022-07-28 00:40:38 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 36 additions and 14 deletions

View File

@@ -218,6 +218,8 @@ Optional properties:
tear effect (TE) IRQ blocks from "mdp_phys".
There should be one entry per INTF instance with
a zero value for INTFs without TE IRQ block.
- qcom,sde-emulated-env: Boolean property to indicate if the MDSS is running in an
emulated environment.
- qcom,sde-off: SDE offset from "mdp_phys" defined in reg property.
- qcom,sde-cdm-off: Array of offset addresses for the available
cdm blocks. These offsets will be calculated from
@@ -653,6 +655,7 @@ Example:
#power-domain-cells = <0>;
qcom,sde-hw-version = <0x70000000>;
qcom,sde-emulated-env;
qcom,sde-off = <0x1000>;
qcom,sde-ctl-off = <0x00002000 0x00002200 0x00002400
0x00002600 0x00002800>;

View File

@@ -0,0 +1,32 @@
&mdss_mdp {
qcom,sde-emulated-env;
};
&mdss_dsi0 {
qcom,dsi-phy-isolation-enabled;
};
&mdss_dsi1 {
qcom,dsi-phy-isolation-enabled;
};
&sde_dsi {
qcom,dsi-default-panel = <&dsi_sim_cmd>;
clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>;
clock-names = "mdp_core_clk";
};
&dsi_sim_vid {
qcom,dsi-select-clocks = "";
qcom,mdss-dsi-te-using-wd;
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_sim>;
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_external";
};
&dsi_sim_cmd {
qcom,dsi-select-clocks = "";
/delete-property/ qcom,mdss-dsi-lane-3-state;
/delete-property/ qcom,poms-align-panel-vsync;
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_sim>;
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_external";
};

View File

@@ -1,15 +1,2 @@
#include "kalama-sde-display.dtsi"
&dsi_sim_vid {
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_sim>;
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
};
&dsi_sim_cmd {
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_sim>;
qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
};
&sde_dsi {
qcom,dsi-default-panel = <&dsi_sim_cmd>;
};
#include "kalama-sde-display-emulated.dtsi"