From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 146E22F6931; Thu, 23 Apr 2026 21:15:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.152 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776978903; cv=none; b=eAG4mhKMhM4wNb17DfZmXQvrhjUEX1jNv6e/XWSABsGCUF8BBBbq1WmZg87Q0nVgAP2guqZFK9XSLG6J6jeC0o9FUnVrXpIe50EdfoK/yZ/PT+CHMXVKR6Hx958I27KvOkM0Hs68+/XnoXaMM1jgn+eCOhbORehkoXhVN/jsxyI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776978903; c=relaxed/simple; bh=pA+SBQUgKUc6V+jLoZivbu8cudh3VpRR55lGLaOzczE=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=tI+FZ9JIE36gGHa9YoJ8CyyIyPGeURQR4Tmt7jxxb2IqkNxkF1DINbzBIR7k0GV9fTI1fPL8vV9atXzm5REQMkJuVBl3LtpQs5yJKX+f4Vpjch8msyVawarA+WX2dD+frazn51T/6vjxC2OWv+9OvCgBOSJPdcVtDmrN7ABBi3s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=timmermann.space; spf=pass smtp.mailfrom=timmermann.space; arc=none smtp.client-ip=80.241.56.152 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=timmermann.space Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=timmermann.space Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4g1pl53KYFz9vKv; Thu, 23 Apr 2026 23:14:57 +0200 (CEST) Authentication-Results: outgoing_mbo_mout; dkim=none; spf=pass (outgoing_mbo_mout: domain of linux@timmermann.space designates 2001:67c:2050:b231:465::202 as permitted sender) smtp.mailfrom=linux@timmermann.space From: Lukas Timmermann Date: Thu, 23 Apr 2026 23:14:37 +0200 Subject: [PATCH 1/5] dt-bindings: display: panel: Document Samsung LTL101DL02-002 panel Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260423-manta-display-v1-1-196f80c5673a@timmermann.space> References: <20260423-manta-display-v1-0-196f80c5673a@timmermann.space> In-Reply-To: <20260423-manta-display-v1-0-196f80c5673a@timmermann.space> To: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Sam Ravnborg , Douglas Anderson , Krzysztof Kozlowski , Sylwester Nawrocki , Chanwoo Choi , Alim Akhtar , Michael Turquette , Stephen Boyd Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lukas Timmermann , Alexandre Marquet X-Rspamd-Queue-Id: 4g1pl53KYFz9vKv From: Alexandre Marquet Add the dt-bindings for the LTL101DL02-002 panel. Signed-off-by: Alexandre Marquet Signed-off-by: Lukas Timmermann --- Documentation/devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 24e277b19094..2de0a3a6d1fe 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -283,6 +283,8 @@ properties: # Samsung Electronics 10.6" FWXGA (1366x768) TFT LCD panel - samsung,ltl106al01 # Samsung Electronics 10.1" WSVGA TFT LCD panel + - samsung,ltl101dl02-002 + # Samsung Electronics 10.1" WQXGA (2560x1600) TFT LCD panel - samsung,ltn101nt05 # Satoz SAT050AT40H12R2 5.0" WVGA TFT LCD panel - satoz,sat050at40h12r2 -- 2.53.0