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

Commit 765caedb authored by Lei Chen's avatar Lei Chen Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add rm69299 video mode panel support for QRD atoll



Add the dtsi nodes to enable rm69299 panel video mode on QRD atoll
target.

Change-Id: I80fe1d58d84bc352f901bd902785f4bc4bf1ef83
Signed-off-by: default avatarLei Chen <chenlei@codeaurora.org>
parent 3da3cb63
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/input/input.h>
#include "atoll-audio-overlay.dtsi"

#include "atoll-camera-sensor-qrd.dtsi"
#include "atoll-sde-display.dtsi"

&soc {
	qrd_batterydata: qcom,battery-data {
@@ -306,3 +306,16 @@
				&nfc_clk_req_suspend>;
	};
};

&dsi_rm69299_visionox_amoled_video {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply_labibb_amoled>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_dcs";
	qcom,mdss-dsi-bl-min-level = <1>;
	qcom,mdss-dsi-bl-max-level = <255>;
	qcom,platform-te-gpio = <&tlmm 10 0>;
	qcom,platform-reset-gpio = <&pm6150l_gpios 3 0>;
};

&dsi_rm69299_visionox_amoled_vid_display {
	qcom,dsi-display-active;
};