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

Commit 9a444498 authored by Narender Ankam's avatar Narender Ankam
Browse files

ARM: msm: dts: enable DSI on QCS610 IOT target



enable DSI related dt nodes in QCS610 IOT target device.

Change-Id: Ic802b2b6a2b938ebc506a92cbb6c760eff98297b
Signed-off-by: default avatarNarender Ankam <nankam@codeaurora.org>
parent 965b008d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@
	qcom,msm-id = <401 0x0>;
	qcom,board-id = <32 0>;
};

&dsi_hx83112a_truly_vid_display {
	qcom,dsi-display-active;
};
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@

/dts-v1/;

#include "qcs610.dtsi"
#include "qcs610-iot.dtsi"
#include "sm6150-audio-overlay.dtsi"

+13 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/input/input.h>
#include "qcs610.dtsi"
#include "sm6150-sde.dtsi"
#include "sm6150-sde-pll.dtsi"
#include "sm6150-sde-display.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. QCS610 IOT";
@@ -193,3 +197,12 @@
&L5C {
	regulator-max-microvolt = <2912000>;
};

&dsi_hx83112a_truly_video {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
	qcom,mdss-dsi-bl-max-level = <4095>;
	qcom,platform-te-gpio = <&tlmm 90 0>;
	qcom,platform-reset-gpio = <&tlmm 91 0>;
};