linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: msm8996: xiaomi-gemini: Enable JDI LCD panel
@ 2021-09-25 11:38 Raffaele Tranquillini
  0 siblings, 0 replies; only message in thread
From: Raffaele Tranquillini @ 2021-09-25 11:38 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt
  Cc: y.oudjana, ~postmarketos/upstreaming, phone-devel,
	Raffaele Tranquillini, linux-arm-msm, devicetree, linux-kernel

This enables the JDI FHD_R63452 LCD panel used on Xiaomi Mi 5

Signed-off-by: Raffaele Tranquillini <raffaele.tranquillini@gmail.com>
---
 .../boot/dts/qcom/msm8996-xiaomi-gemini.dts   | 33 +++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts
index fe950be0a722..ab6dcd44e673 100644
--- a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts
+++ b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts
@@ -90,12 +90,45 @@ synaptics@20 {
 
 };
 
+&dsi0 {
+	status = "okay";
+
+	vdd-supply = <&vreg_l2a_1p25>;
+	vdda-supply = <&vreg_l19a_3p3>;
+	vddio-supply = <&vreg_l14a_1p8>;
+
+	pinctrl-names = "default", "sleep";
+	pinctrl-0 = <&mdss_dsi_default &mdss_te_default>;
+	pinctrl-1 = <&mdss_dsi_sleep &mdss_te_sleep>;
+
+	panel: panel@0 {
+		compatible = "jdi,fhd-r63452";
+		reg = <0>;
+		reset-gpios = <&tlmm 8 GPIO_ACTIVE_LOW>;
+		backlight = <&pmi8994_wled>;
+
+		port {
+			panel_in: endpoint {
+				remote-endpoint = <&dsi0_out>;
+			};
+		};
+	};
+};
+
+&dsi0_out {
+	remote-endpoint = <&panel_in>;
+};
+
 &gpu {
 	zap-shader {
 		firmware-name = "qcom/msm8996/gemini/a530_zap.mbn";
 	};
 };
 
+&pmi8994_wled {
+	status = "okay";
+};
+
 &q6asmdai {
 	dai@0 {
 		reg = <0>;
-- 
2.32.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-25 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 11:38 [PATCH] arm64: dts: qcom: msm8996: xiaomi-gemini: Enable JDI LCD panel Raffaele Tranquillini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).