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

Commit 33041acb authored by osaisruj's avatar osaisruj Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add panel support for monaco WDP

Add RM6D030 1.41" amoled panel node for monaco.

Change-Id: I4dbe5484ed4239a163d3b9d4653686624c5fdbff
parent 8caae1b8
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
#include <dt-bindings/clock/mdss-5nm-pll-clk.h>
#include "dsi-panel-rm69090-amoled-178-cmd.dtsi"
#include "dsi-panel-rm6d030-amoled-141-cmd.dtsi"

&soc {
	dsi_panel_pwr_supply: dsi_panel_pwr_supply {
@@ -132,3 +133,19 @@
	};
};

&dsi_rm6d030_amoled_cmd {
	qcom,mdss-dsi-t-clk-post = <0x07>;
	qcom,mdss-dsi-t-clk-pre = <0x0A>;
	qcom,dsi-select-clocks = "mux_byte_clk0", "mux_pixel_clk0",
				"src_byte_clk0", "src_pixel_clk0",
				"shadow_byte_clk0", "shadow_pixel_clk0";

	qcom,mdss-dsi-display-timings {
		timing@0 {
			qcom,mdss-dsi-panel-phy-timings = [00 0A 02 02 0F 1D 02
				02 02 02 02 04 0A 07];
			qcom,display-topology = <1 0 1>;
			qcom,default-topology-index = <0>;
		};
	};
};