mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

Since the Lenovo Thinkpad T14s Gen6 is available with an OLED, add dedicated a dedicated dts for it. This is needed because the backlight is handled differently for OLED panels when compared to LCD ones. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20250314140325.4143779-4-abel.vesa@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2025, Linaro Limited
|
|
*/
|
|
|
|
#include "x1e78100-lenovo-thinkpad-t14s.dtsi"
|
|
|
|
/ {
|
|
model = "Lenovo ThinkPad T14s Gen 6 (OLED)";
|
|
compatible = "lenovo,thinkpad-t14s-oled", "lenovo,thinkpad-t14s",
|
|
"qcom,x1e78100", "qcom,x1e80100";
|
|
};
|