mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: add emulated env for Kalama RUMI"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
fcf25466e0
@@ -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>;
|
||||
|
||||
32
display/kalama-sde-display-emulated.dtsi
Normal file
32
display/kalama-sde-display-emulated.dtsi
Normal 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";
|
||||
};
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user