arm64: dts: qcom: x1e78100-t14s-oled: Add eDP panel

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>
This commit is contained in:
Christopher Obbard 2025-08-14 21:16:19 +01:00 committed by Bjorn Andersson
parent cafb56f78a
commit e696e7aa43

View File

@ -10,3 +10,11 @@ / {
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";
};