Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 20 lines 477 B view raw
1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2025, Linaro Limited 4 */ 5 6#include "x1e78100-lenovo-thinkpad-t14s.dtsi" 7 8/ { 9 model = "Lenovo ThinkPad T14s Gen 6 (OLED)"; 10 compatible = "lenovo,thinkpad-t14s-oled", "lenovo,thinkpad-t14s", 11 "qcom,x1e78100", "qcom,x1e80100"; 12}; 13 14&panel { 15 compatible = "samsung,atna40yk20", "samsung,atna33xc20"; 16 enable-gpios = <&pmc8380_3_gpios 4 GPIO_ACTIVE_HIGH>; 17 18 pinctrl-0 = <&edp_bl_en>; 19 pinctrl-names = "default"; 20};