Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bf0d2c0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge remote-tracking branch 'quic/dev/msm-4.14-display' into msm-4.14"

parents 8b3a37ff e6f5f48e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@ then 3 options can be tried.

Optional properties:
- qcom,mdss-dsi-panel-name:		A string used as a descriptive name of the panel
- qcom,mdss-dsi-physical-type:		A string used as a decriptive type of the panel.
					"oled" : That indicate it's an OLED panel.
					"lcd" : That indicate it's an LCD panel.
					If it is not set, consider it is a LCD panel as default.
- qcom,mdss-dsi-panel-phy-timings:	An array of length 'n' char that specifies the DSI PHY lane
					timing settings for the panel. This is specific to SDE DRM driver.
					The value of 'n' depends on the DSI PHY h/w revision and parsing this
@@ -187,6 +191,8 @@ Optional properties:
					255 = default value.
- qcom,mdss-brightness-max-level:	Specifies the max brightness level supported.
					255 = default value.
- qcom,mdss-dsi-bl-default-level:	Specifies the default brightness level supported.
					"brightness_max_level" = default value.
- qcom,bl-update-flag:			A string that specifies controls for backlight update of the panel.
					"delay_until_first_frame" = Delay backlight update of the panel
					until the first frame is received from the HW.
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@
						00 0A 00 00 00 00 10 00
						18 00 00 00 B0 00 00 00
						00 00 D0 10 00
					39 01 00 00 00 00 61 EE 07 3F F0
					39 01 00 00 00 00 61 EE 03 3F F0
						03 00 F0 03 00 00 00 00
						02 3F FC 00 00 00 00 00
						00 00 00 00 00 3F 00 00
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@
						00 0A 00 00 00 00 10 00
						18 00 00 00 B0 00 00 00
						00 00 D0 10 00
					29 01 00 00 00 00 61 EE 07 3F F0
					29 01 00 00 00 00 61 EE 03 3F F0
						03 00 F0 03 00 00 00 00
						02 3F FC 00 00 00 00 00
						00 00 00 00 00 3F 00 00
+6 −1
Original line number Diff line number Diff line
@@ -650,10 +650,15 @@
		};

		cont_splash_memory: cont_splash_region@9c000000 {
			reg = <0x0 0x9c000000 0x0 0x02300000>;
			reg = <0x0 0x9c000000 0x0 0x01800000>;
			label = "cont_splash_region";
		};

		disp_rdump_memory: disp_rdump_region@9c000000 {
			reg = <0x0 0x9c000000 0x0 0x01800000>;
			label = "disp_rdump_region";
		};

		dfps_data_memory: dfps_data_region@9e300000 {
			reg = <0x0 0x9e300000 0x0 0x0100000>;
			label = "dfps_data_region";
+6 −1
Original line number Diff line number Diff line
@@ -151,8 +151,13 @@
	};
};

&sde_dsi {
	lab-supply = &ab_vreg;
	ibb-supply = &ibb_vreg;
};

&dsi_sw43404_amoled_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply_vdd_no_labibb>;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply_vdd_labibb>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
	qcom,mdss-dsi-bl-min-level = <1>;
	qcom,mdss-dsi-bl-max-level = <1023>;
Loading