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

Commit d94e93f2 authored by Maria Yu's avatar Maria Yu Committed by Wenjun Zhang
Browse files

ARM: dts: msm: Add support for DSI on KONA qrd



Add display support on kona qrd.

Change-Id: Iffb6ef37556066de7e5bc47dbe92cb86ecf6462b
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent 4a4e490e
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -274,3 +274,17 @@
		qcom,hw-settle-time = <200>;
		qcom,hw-settle-time = <200>;
	};
	};
};
};

&dsi_sw43404_amoled_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
	qcom,mdss-dsi-bl-min-level = <1>;
	qcom,mdss-dsi-bl-max-level = <1023>;
	qcom,mdss-brightness-max-level = <255>;
	qcom,platform-te-gpio = <&tlmm 66 0>;
	qcom,platform-reset-gpio = <&tlmm 75 0>;
};

&sde_dsi {
	qcom,dsi-default-panel = <&dsi_sw43404_amoled_cmd>;
};