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

Commit 26597ffe authored by Abhinav Kumar's avatar Abhinav Kumar
Browse files

ARM: dts: msm: add support for rm69299 visionox amoled panel on sm8150



This change adds the necessary DT changes required to bringup
rm69299 visionox amoled video mode panel on sm8150 MTP.

Change-Id: I72f475bf315c9e3c1d9a11c06a22742472190213
Signed-off-by: default avatarAbhinav Kumar <abhinavk@codeaurora.org>
parent 5083a6af
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -106,6 +106,13 @@
	};
};

&dsi_panel_pwr_supply_vdd_no_labibb {
	qcom,panel-supply-entry@1 {
		qcom,supply-min-voltage = <1800000>;
		qcom,supply-max-voltage = <1800000>;
	};
};

&dsi_sharp_4k_dsc_cmd {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
+27 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -32,6 +32,7 @@
#include "dsi-panel-sw43404-amoled-dsc-wqhd-video.dtsi"
#include "dsi-panel-sw43404-amoled-dsc-fhd-plus-cmd.dtsi"
#include "dsi-panel-nt36850-truly-dualmipi-wqhd-cmd.dtsi"
#include "dsi-panel-rm69299-visionox-amoled-fhd-plus-video.dtsi"
#include <dt-bindings/clock/mdss-10nm-pll-clk.h>

&tlmm {
@@ -437,6 +438,17 @@
		qcom,dsi-panel = <&dsi_sim_sec_hd_cmd>;
	};

	dsi_rm69299_visionox_amoled_vid_display: qcom,dsi-display@23 {
		label = "dsi_rm69299_visionox_amoled_vid_display";
		qcom,display-type = "primary";

		qcom,dsi-ctrl-num = <0>;
		qcom,dsi-phy-num = <0>;
		qcom,dsi-select-clocks = "mux_byte_clk0", "mux_pixel_clk0";

		qcom,dsi-panel = <&dsi_rm69299_visionox_amoled_video>;
	};

	sde_dsi: qcom,dsi-display-primary {
		compatible = "qcom,dsi-display";
		label = "primary";
@@ -483,6 +495,7 @@
			&dsi_nt35695b_truly_fhd_video_display
			&dsi_sw43404_amoled_video_display
			&dsi_sw43404_amoled_fhd_plus_cmd_display
			&dsi_rm69299_visionox_amoled_vid_display
			&dsi_dual_nt36850_truly_cmd_display>;
	};

@@ -592,6 +605,19 @@
	};
};

&dsi_rm69299_visionox_amoled_video {
	qcom,mdss-dsi-t-clk-post = <0x0E>;
	qcom,mdss-dsi-t-clk-pre = <0x31>;
	qcom,mdss-dsi-display-timings {
		timing@0{
			qcom,mdss-dsi-panel-phy-timings = [00 20 08 08 24 23 08
				08 05 02 04 00 18 17];
			qcom,display-topology = <1 0 1>;
			qcom,default-topology-index = <0>;
		};
	};
};

&dsi_nt35597_truly_dsc_cmd {
	qcom,esd-check-enabled;
	qcom,mdss-dsi-panel-status-check-mode = "reg_read";