From patchwork Mon Dec 26 13:49:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Javier Martinez Canillas X-Patchwork-Id: 637451 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 87338C46467 for ; Mon, 26 Dec 2022 13:50:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229850AbiLZNuM (ORCPT ); Mon, 26 Dec 2022 08:50:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbiLZNuL (ORCPT ); Mon, 26 Dec 2022 08:50:11 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C8531081 for ; Mon, 26 Dec 2022 05:49:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672062563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zUK8ohDvHrqcANf/NgU5DC4WBrgNFcEfShtnNkgckEM=; b=O4MI79toXJnEL7uzduGYR9A2y3+ObMwOyFBlON8EAmeYRDjWbao+ELwsc3ap8z5aijVjwW PVSYsjmt7x3xokGugenWapj812X40MePXf54Tp4pFMHwUeZCT/xEyYcGsZDQmwSZp1poT+ Pfty1GG6KAB61pSyhjrdpoG446/NOl4= Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-348-CWf-TmqhOIyD7S7EyeynlA-1; Mon, 26 Dec 2022 08:49:21 -0500 X-MC-Unique: CWf-TmqhOIyD7S7EyeynlA-1 Received: by mail-wm1-f70.google.com with SMTP id bg10-20020a05600c3c8a00b003d9717d882eso4541682wmb.2 for ; Mon, 26 Dec 2022 05:49:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=zUK8ohDvHrqcANf/NgU5DC4WBrgNFcEfShtnNkgckEM=; b=nss4RwFVwzvuWM0X5o1dwSqXjcn+zAwz/ZaQTadVtCr+VZrJE5UmYMy3hn9uT8scrU ujuaNGaAi2R78mH3Bgx7QB/tdvoDghmPl/QfQdE8mE5SGFrIBlu7SQU2wp5QIx2QkFdx sOzjIDcwbW863Aidvrtqhhrh6VLK3JCAQ0+MEzl/0Ih9b/48lIE6HlYlO+90czl2G5YL 48q/GOH9acLpPF27unK9d4vMsLb8pGmLkZU7gFjB3T9d1vQIy3EysR+i/gm4MqQnhcyg FVU6Kgf6E6ZBGY7A03wAjfZyhNM4g/KS3oop/3/iIICW9jv0BSJbkkPxkAPCZc5+bIpM QU2g== X-Gm-Message-State: AFqh2kovIdZ/VKRFDkP7fmXUsZyTfiG4ESCgkipB81pvOAJu2kE1eG27 eQTwVSl7L/o7x/4dA2WqNeEUlIXzImJIAV+CfKFJxObSr6vkTZkUqfAxK2wcC6LKgXIwsKifiEk LWr+JeyDtF3pgI5eUaZUQvg== X-Received: by 2002:a5d:53cd:0:b0:261:d8be:3047 with SMTP id a13-20020a5d53cd000000b00261d8be3047mr12086638wrw.3.1672062560710; Mon, 26 Dec 2022 05:49:20 -0800 (PST) X-Google-Smtp-Source: AMrXdXtsZFk+AKv2denQ6Lk8VrO7aAH7Y5BneyC/FpbtIetK0t17olrLdqcrM70WD3U/nREM6lduGQ== X-Received: by 2002:a5d:53cd:0:b0:261:d8be:3047 with SMTP id a13-20020a5d53cd000000b00261d8be3047mr12086623wrw.3.1672062560498; Mon, 26 Dec 2022 05:49:20 -0800 (PST) Received: from minerva.home (205.pool92-176-231.dynamic.orange.es. [92.176.231.205]) by smtp.gmail.com with ESMTPSA id a18-20020adfed12000000b0027cfd9463d7sm3340947wro.110.2022.12.26.05.49.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Dec 2022 05:49:19 -0800 (PST) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Ondrej Jirman , Krzysztof Kozlowski , Robert Mader , Sam Ravnborg , Maya Matuszczyk , =?utf-8?q?Kamil_Trzci=C5=84ski?= , Martijn Braam , Peter Robinson , Tom Fitzhenry , Javier Martinez Canillas , Daniel Vetter , David Airlie , Heiko Stuebner , Krzysztof Kozlowski , Rob Herring , Thierry Reding , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH v2 0/4] Add PinePhone Pro display support Date: Mon, 26 Dec 2022 14:49:04 +0100 Message-Id: <20221226134909.2822179-1-javierm@redhat.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series add support for the display present in the PinePhone Pro. Patch #1 adds a driver for panels using the Himax HX8394 panel controller, such as the HSD060BHW4 720x1440 TFT LCD panel present in the PinePhone Pro. Patch #2 adds a devicetree binding schema for this driver and patch #3 adds an entry for the driver in the MAINTAINERS file. Finally patch #4 adds the needed devicetree nodes in the PinePhone Pro DTS, to enable both the display and the touchscreen. This makes the upstream DTS much more usable and will allow for example to enable support for the phone in the Fedora distribution. I only added myself as the maintainer for the driver because I don't know if Kamil and Ondrej that worked in the driver would be interested. Please let me know folks if you are, and I can add you too in the next revision. This is a v2 of the patch-set that addresses issues pointed out in v1: https://lore.kernel.org/all/20221222223830.2494900-1-javierm@redhat.com/T/#m692655a06093fe8df0d8748b3df338e57494af2a The patches were tested on a PinePhone Pro Explorer Edition using a Fedora 37 Workstation image. Best regards, Javier Changes in v2: - Add year to driver's copyright notice (Sam Ravnborg) - Remove unused