From 8dcf527549c174f6cc3d5fb220444bfc895995fe Mon Sep 17 00:00:00 2001 From: Rohith Iyer Date: Mon, 27 Nov 2023 16:33:05 -0800 Subject: [PATCH] ARM: dts: msm: dsi: support LCD panels Add pm8550_gpios node and gpio information to support LCD panels. Change-Id: Ie755d57d7acd16d4bfc8ac6c0cf3f2d0b5ff15e6 Signed-off-by: Rohith Iyer --- display/sun-sde-display.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/display/sun-sde-display.dtsi b/display/sun-sde-display.dtsi index 1fa00786..b3592f13 100644 --- a/display/sun-sde-display.dtsi +++ b/display/sun-sde-display.dtsi @@ -7,6 +7,18 @@ #include "sun-sde-display-common.dtsi" #include +&pm8550_gpios { + display_panel_avdd_default: display_panel_avdd_default { + pins = "gpio11"; + function = "normal"; + input-disable; + output-enable; + bias-disable; + power-source = <1>; + qcom,drive-strength = <3>; + }; +}; + &soc { sde_wb1: qcom,wb-display@1 { compatible = "qcom,wb-display"; @@ -27,6 +39,7 @@ regulator-min-microvolt = <5500000>; regulator-max-microvolt = <5500000>; regulator-enable-ramp-delay = <233>; + gpio = <&pm8550_gpios 11 0>; enable-active-high; regulator-boot-on; proxy-supply = <&display_panel_avdd>;