Merge "ARM: dts: msm: add proxy vote for mdss gdsc for msmcobalt"
This commit is contained in:
commit
438e42ee1d
2 changed files with 10 additions and 0 deletions
|
@ -255,6 +255,9 @@
|
|||
mdss_fb0: qcom,mdss_fb_primary {
|
||||
cell-index = <0>;
|
||||
compatible = "qcom,mdss-fb";
|
||||
qcom,cont-splash-memory {
|
||||
linux,contiguous-region = <&cont_splash_mem>;
|
||||
};
|
||||
};
|
||||
|
||||
mdss_fb1: qcom,mdss_fb_wfd {
|
||||
|
|
|
@ -333,6 +333,11 @@
|
|||
size = <0 0x2000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
cont_splash_mem: splash_region@9d600000 {
|
||||
reg = <0x0 0x9d600000 0x0 0x02400000>;
|
||||
label = "cont_splash_mem";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -2886,6 +2891,8 @@
|
|||
clock-names = "bus_clk", "rot_clk";
|
||||
clocks = <&clock_mmss clk_mmss_mdss_axi_clk>,
|
||||
<&clock_mmss clk_mmss_mdss_rot_clk>;
|
||||
proxy-supply = <&gdsc_mdss>;
|
||||
qcom,proxy-consumer-enable;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue