Merge "ARM: dts: msm: add proxy vote for mdss gdsc for msmcobalt"

This commit is contained in:
Linux Build Service Account 2016-08-07 23:22:38 -07:00 committed by Gerrit - the friendly Code Review server
commit 438e42ee1d
2 changed files with 10 additions and 0 deletions

View file

@ -255,6 +255,9 @@
mdss_fb0: qcom,mdss_fb_primary { mdss_fb0: qcom,mdss_fb_primary {
cell-index = <0>; cell-index = <0>;
compatible = "qcom,mdss-fb"; compatible = "qcom,mdss-fb";
qcom,cont-splash-memory {
linux,contiguous-region = <&cont_splash_mem>;
};
}; };
mdss_fb1: qcom,mdss_fb_wfd { mdss_fb1: qcom,mdss_fb_wfd {

View file

@ -333,6 +333,11 @@
size = <0 0x2000000>; size = <0 0x2000000>;
linux,cma-default; 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"; clock-names = "bus_clk", "rot_clk";
clocks = <&clock_mmss clk_mmss_mdss_axi_clk>, clocks = <&clock_mmss clk_mmss_mdss_axi_clk>,
<&clock_mmss clk_mmss_mdss_rot_clk>; <&clock_mmss clk_mmss_mdss_rot_clk>;
proxy-supply = <&gdsc_mdss>;
qcom,proxy-consumer-enable;
status = "ok"; status = "ok";
}; };