From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 20327CD6E49 for ; Fri, 29 May 2026 16:13:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 71F181121EA; Fri, 29 May 2026 16:13:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=dolcini.it header.i=@dolcini.it header.b="tVLVKRpI"; dkim-atps=neutral Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5517F1121EA for ; Fri, 29 May 2026 16:13:31 +0000 (UTC) Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id AC6051FCFB; Fri, 29 May 2026 18:13:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1780071210; bh=T4fIA5mrNfq3wdINvclEbTHkW4IM1ZcnAg2hM5wZt1k=; h=From:To:Subject; b=tVLVKRpIoMaNd32APImLNK4zlijIgn43Cw2Cd+8NLWvTPrq+qXHwn9L38sCZ3mOwX rlaGY5/gjVqW91Ml80OMBREew90HCde4k0Bz4EYxa1VteTS7UgKjbfVLFZRe4dUzSm qUcL0Y/P+vq5PHYuvirJSGjkSL/YC7iteWQqQ7kTTDchD83LlneN53h++Rt2APD5V4 bD/KjkHbec0Vkd2OuEyg3jl5XuFZP4ZUU5qehDqWmk0eankNQt4rC1dyrkLg0OPZmV TkowNr8yIA4rWv/Fl85acDVXFivkrS1KJ4oPAg4IL7OxYMm5o21gSOpn2Xl/QnG7sP AWBx/0Qipg5ng== Date: Fri, 29 May 2026 18:13:21 +0200 From: Francesco Dolcini To: Vitor Soares Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Laurent Pinchart , Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Francesco Dolcini , Lad Prabhakar , Thierry Reding , Vitor Soares , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1 0/2] dt-bindings: display: panel: Add LG LP156WF1 dual-LVDS panel Message-ID: <20260529161321.GA9596@francesco-nb> References: <20260529110518.624454-4-ivitro@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260529110518.624454-4-ivitro@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, May 29, 2026 at 12:05:18PM +0100, Vitor Soares wrote: > From: Vitor Soares > > Add support for the LG LP156WF1 15.6" Full-HD dual-link LVDS panel and > a Verdin AM62 overlay for using it through the Verdin Development Board > with the Verdin AM62 Mezzanine LVDS interface. > > This is a follow-up to an earlier attempt [1], where panel-lvds.yaml > was incorrectly extended to describe dual-link panels. Back in 2023, > when a generic dual-channel LVDS binding was proposed, Rob Herring [2] > pointed out that dual-link panels should follow the existing > advantech,idk-2121wr pattern instead of introducing a new generic > compatible. Reviewed-by: Francesco Dolcini