Merge "ARM: dts: msm: add support for truly amoled panel on sdm660 and sdm630"
This commit is contained in:
commit
25bccae9ef
8 changed files with 42 additions and 0 deletions
|
@ -215,3 +215,7 @@
|
|||
qcom,mdss-dsi-bl-pmic-pwm-frequency = <100>;
|
||||
qcom,panel-supply-entries = <&dsi_panel_split_link_pwr_supply>;
|
||||
};
|
||||
|
||||
&dsi_rm67195_amoled_fhd_cmd {
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
|
||||
};
|
||||
|
|
|
@ -202,3 +202,7 @@
|
|||
qcom,parallel-en-pin-polarity = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&dsi_rm67195_amoled_fhd_cmd {
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
|
||||
};
|
||||
|
|
|
@ -34,3 +34,10 @@
|
|||
qcom,msm-mbhc-hphl-swh = <0>;
|
||||
qcom,msm-mbhc-gnd-swh = <0>;
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_rm67195_amoled_fhd_cmd>;
|
||||
oledb-supply = <&pm660a_oledb>;
|
||||
lab-supply = <&lab_regulator>;
|
||||
ibb-supply = <&ibb_regulator>;
|
||||
};
|
||||
|
|
|
@ -28,3 +28,10 @@
|
|||
&tavil_snd {
|
||||
qcom,msm-mbhc-moist-cfg = <0>, <0>, <3>;
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_rm67195_amoled_fhd_cmd>;
|
||||
oledb-supply = <&pm660a_oledb>;
|
||||
lab-supply = <&lab_regulator>;
|
||||
ibb-supply = <&ibb_regulator>;
|
||||
};
|
||||
|
|
|
@ -180,6 +180,10 @@
|
|||
qcom,panel-roi-alignment = <2 2 4 2 1080 2>;
|
||||
};
|
||||
|
||||
&dsi_rm67195_amoled_fhd_cmd {
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
|
||||
};
|
||||
|
||||
&mdss_dp_ctrl {
|
||||
pinctrl-names = "mdss_dp_active", "mdss_dp_sleep";
|
||||
pinctrl-0 = <&mdss_dp_aux_active &mdss_dp_usbplug_cc_active>;
|
||||
|
|
|
@ -170,6 +170,10 @@
|
|||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
|
||||
};
|
||||
|
||||
&dsi_rm67195_amoled_fhd_cmd {
|
||||
qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
|
||||
};
|
||||
|
||||
&sdhc_1 {
|
||||
/* device core power supply */
|
||||
vdd-supply = <&pm660l_l4>;
|
||||
|
|
|
@ -25,13 +25,19 @@
|
|||
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "single_dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_rm67195_amoled_fhd_cmd>;
|
||||
oledb-supply = <&pm660a_oledb>;
|
||||
lab-supply = <&lab_regulator>;
|
||||
ibb-supply = <&ibb_regulator>;
|
||||
};
|
||||
|
||||
&mdss_dsi1 {
|
||||
status = "disabled";
|
||||
oledb-supply = <&pm660a_oledb>;
|
||||
lab-supply = <&lab_regulator>;
|
||||
ibb-supply = <&ibb_regulator>;
|
||||
|
|
|
@ -25,13 +25,19 @@
|
|||
qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "single_dsi";
|
||||
};
|
||||
|
||||
&mdss_dsi0 {
|
||||
qcom,dsi-pref-prim-pan = <&dsi_rm67195_amoled_fhd_cmd>;
|
||||
oledb-supply = <&pm660a_oledb>;
|
||||
lab-supply = <&lab_regulator>;
|
||||
ibb-supply = <&ibb_regulator>;
|
||||
};
|
||||
|
||||
&mdss_dsi1 {
|
||||
status = "disabled";
|
||||
oledb-supply = <&pm660a_oledb>;
|
||||
lab-supply = <&lab_regulator>;
|
||||
ibb-supply = <&ibb_regulator>;
|
||||
|
|
Loading…
Add table
Reference in a new issue