[PATCH 3/3] arm64: dts: qcom: x1e80100-yoga: Update panel bindings

From: Rob Clark
Date: Thu Jul 18 2024 - 14:46:38 EST


From: Rob Clark <robdclark@xxxxxxxxxxxx>

Use the correct panel compatible, and wire up enable-gpio. It is wired
up in the same way as the x1e80100-crd.

Signed-off-by: Rob Clark <robdclark@xxxxxxxxxxxx>
---
.../boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
index f569f0fbd1fc..37ef05f8c7e0 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
@@ -592,9 +592,13 @@ &mdss_dp3 {

aux-bus {
panel {
- compatible = "edp-panel";
+ compatible = "samsung,atna45dc02";
+ enable-gpios = <&pmc8380_3_gpios 4 GPIO_ACTIVE_HIGH>;
power-supply = <&vreg_edp_3p3>;

+ pinctrl-0 = <&edp_bl_en>;
+ pinctrl-names = "default";
+
port {
edp_panel_in: endpoint {
remote-endpoint = <&mdss_dp3_out>;
@@ -663,6 +667,13 @@ &pcie6a_phy {
status = "okay";
};

+&pmc8380_3_gpios {
+ edp_bl_en: edp-bl-en-state {
+ pins = "gpio4";
+ function = "normal";
+ };
+};
+
&qupv3_0 {
status = "okay";
};
--
2.45.2