]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: x1e78100-t14s-oled: Add eDP panel
authorChristopher Obbard <christopher.obbard@linaro.org>
Thu, 14 Aug 2025 20:16:19 +0000 (21:16 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 9 Sep 2025 15:07:41 +0000 (10:07 -0500)
Add the Samsung ATNA40YK20 eDP panel to the device tree for the
Snapdragon T14s OLED model.

Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
Tested-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250814-wip-obbardc-qcom-t14s-oled-panel-v7-1-89966ae886a3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s-oled.dts

index be65fafafa736a0401a5872c40f69cb20cfbbd90..d524afa12d19b2a6f22a24b9bed6b6b40248375f 100644 (file)
        compatible = "lenovo,thinkpad-t14s-oled", "lenovo,thinkpad-t14s",
                     "qcom,x1e78100", "qcom,x1e80100";
 };
+
+&panel {
+       compatible = "samsung,atna40yk20", "samsung,atna33xc20";
+       enable-gpios = <&pmc8380_3_gpios 4 GPIO_ACTIVE_HIGH>;
+
+       pinctrl-0 = <&edp_bl_en>;
+       pinctrl-names = "default";
+};