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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1D29C7619A for ; Mon, 27 Mar 2023 09:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232827AbjC0JLb convert rfc822-to-8bit (ORCPT ); Mon, 27 Mar 2023 05:11:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232345AbjC0JLb (ORCPT ); Mon, 27 Mar 2023 05:11:31 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC541CA; Mon, 27 Mar 2023 02:11:28 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pgisq-0003FS-Jd; Mon, 27 Mar 2023 11:11:20 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Javier Martinez Canillas , linux-kernel@vger.kernel.org, Jarrah Cc: Robert Mader , Laurent Pinchart , Peter Robinson , Jacopo Mondi , Ondrej Jirman , Martijn Braam , Kamil =?utf-8?B?VHJ6Y2nFhHNraQ==?= , Caleb Connolly , Krzysztof Kozlowski , Rob Herring , Tom Fitzhenry , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2] arm64: dts: rk3399-pinephone-pro: Add internal display support Date: Mon, 27 Mar 2023 11:11:19 +0200 Message-ID: <8197476.T7Z3S40VBb@diego> In-Reply-To: References: <20230327074136.1459212-1-javierm@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Montag, 27. März 2023, 09:55:15 CEST schrieb Jarrah: > Hi Javier, > > On 3/27/23 18:41, Javier Martinez Canillas wrote: > > From: Ondrej Jirman > > > > The phone's display is using a Hannstar LCD panel. Support it by adding a > > panel DT node and all needed nodes (backlight, MIPI DSI, regulators, etc). > > > > Signed-off-by: Ondrej Jirman > > Co-developed-by: Martijn Braam > > Co-developed-by: Kamil Trzciński > > Signed-off-by: Javier Martinez Canillas > > --- > > > > Changes in v2: > > - Drop touchscreen node because used the wrong compatible (Ondrej Jirman). > > > Any reason not to include this with the correct compatible string? It's > been available since > https://lore.kernel.org/all/20220813043821.9981-1-kernel@undef.tools/. > Swapping out gt917s for gt1158 in the node from your previous patch > should be enough. Just wondering if I'm blind, Javier's patch doesn't contain any touchscreen controller (haven't found neither gt9* or gt11* mentioned there), so I'm inclined to go with the "touchscreen can be added later" thing. Heiko