From patchwork Mon Aug 14 13:28:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 713608 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 C0EAFC04FE0 for ; Mon, 14 Aug 2023 13:29:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231208AbjHNN3P (ORCPT ); Mon, 14 Aug 2023 09:29:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231229AbjHNN2v (ORCPT ); Mon, 14 Aug 2023 09:28:51 -0400 Received: from mail-ej1-x642.google.com (mail-ej1-x642.google.com [IPv6:2a00:1450:4864:20::642]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B6DED1 for ; Mon, 14 Aug 2023 06:28:50 -0700 (PDT) Received: by mail-ej1-x642.google.com with SMTP id a640c23a62f3a-99c4923195dso589658966b.2 for ; Mon, 14 Aug 2023 06:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; t=1692019728; x=1692624528; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=UwTK4kQuV5VxtjBSsgaGk0balJ0EXu0ogmgIW94gvrs=; b=Gr+qyuiLUYHVDstJKxuX9OmR+46d+I9eLx7/jZRTje+YIqMXDAXUywQUzxqi+5oxFi we3gIUjU9v/By0hcv2xh13nzuQ1h3z9KRCo0yxfMM6SkQlHCkUVAuzxKlDW5a0Rw5ftH whLYUfuT46a28iUkKMhbbVZY/iZG7cWrAQveE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692019728; x=1692624528; 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=UwTK4kQuV5VxtjBSsgaGk0balJ0EXu0ogmgIW94gvrs=; b=Z8a4WHOFcPTldl8oiCuXbJO0V7GNaImOBNSPFCPx6phcpMx13iTgG67G1csfub21iQ KFSG3kZgVq1ulQ/s3Bj6ZPyl1jggv+btUazSHFi1tuGy+emMVgpVO3ixYebb/9bjjktS UTKZRu+Tk48zxaRj6TXHEIH1tlAHyCbKwc51ot6POHZZRMD6ffah01CUjGeTuITbntaX iLJVx0b+JnahhcjHCrt3kdQNBAavdfPFWDJxV2sqSnNZeWuF1D/t3+pQlFaHcqApSiIF vE1rptENFRpNFCs9J3q15ORiAoDTxUk3bfUYxXBqVaERXokP27bj0/9qGJDDE6vATyS9 egRA== X-Gm-Message-State: AOJu0YwqZGM/7ycxoSqVak7TNofT9qjjYEJNbJCsw4Z5xMZ5odd/atBa PTj0AxR3YdbJTQp/j5FpeeElpw== X-Google-Smtp-Source: AGHT+IGls+RQsK667fY/9NGJP8lytIadwNC1YoCHU8DSXGFvYdF3uY8ozRFXsf8peTtmChtHNxVDnA== X-Received: by 2002:a17:906:30d7:b0:99c:4ea0:ed18 with SMTP id b23-20020a17090630d700b0099c4ea0ed18mr7677926ejb.8.1692019728414; Mon, 14 Aug 2023 06:28:48 -0700 (PDT) Received: from dario-ThinkPad-T14s-Gen-2i.homenet.telecomitalia.it (host-80-180-23-204.pool80180.interbusiness.it. [80.180.23.204]) by smtp.gmail.com with ESMTPSA id e3-20020a170906248300b0099d02ca4327sm5662066ejb.54.2023.08.14.06.28.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Aug 2023 06:28:47 -0700 (PDT) From: Dario Binacchi To: linux-kernel@vger.kernel.org Cc: Philippe Cornu , michael@amarulasolutions.com, Amarula patchwork , Raphael Gallais-Pou , Dario Binacchi , Alexandre Torgue , Conor Dooley , Krzysztof Kozlowski , Maxime Coquelin , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH v8 0/4] Add display support on the stm32f746-disco board Date: Mon, 14 Aug 2023 15:28:40 +0200 Message-Id: <20230814132844.113312-1-dario.binacchi@amarulasolutions.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The series adds support for the display on the stm32f746-disco board. Changes in v8: - Add the patch [3/4] "ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f746-disco" to th series. - Add the 'power-supply' property to panel-rgb node. - Move backlight and panel-rgb nodes after the vcc-3v3 node. Changes in v7: - Add 'Reviewed-by' tags I forgot in v6. https://lore.kernel.org/linux-arm-kernel/20230629083726.84910-1-dario.binacchi@amarulasolutions.com/T/ Changes in v6: - Remove dma nodes from stm32f746-disco.dts, they are not used by LTDC, so there is no need to enable them. Changes in v5: I am confident that framebuffer sizing is a real requirement for STM32 boards, but I need some time to understand if and how to introduce this functionality. Therefore, I drop the following patches to allow the series to be fully merged: - [4/6] dt-bindings: display: stm32-ltdc: add optional st,fb-bpp property - [5/6] ARM: dts: stm32: set framebuffer bit depth on stm32f746-disco - [6/6] drm/stm: set framebuffer bit depth through DTS property Changes in v4: - Use DTS property instead of module parameter to set the framebuffer bit depth. Changes in v3: - rename ltdc-pins-a-0 to ltdc-0. - drop [4/6] dt-bindings: display: simple: add Rocktech RK043FN48H Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next): https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c42a37a27c777d63961dd634a30f7c887949491a - drop [5/6] drm/panel: simple: add support for Rocktech RK043FN48H panel Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) https://cgit.freedesktop.org/drm/drm-misc/commit/?id=13cdd12a9f934158f4ec817cf048fcb4384aa9dc Dario Binacchi (4): ARM: dts: stm32: add ltdc support on stm32f746 MCU ARM: dts: stm32: add pin map for LTDC on stm32f7 ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f746-disco ARM: dts: stm32: support display on stm32f746-disco board arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi | 35 ++++++++++++++++ arch/arm/boot/dts/st/stm32f746-disco.dts | 50 +++++++++++++++++++++-- arch/arm/boot/dts/st/stm32f746.dtsi | 10 +++++ 3 files changed, 92 insertions(+), 3 deletions(-)