From patchwork Thu Jun 29 08:37:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 697769 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 21FA3EB64D9 for ; Thu, 29 Jun 2023 08:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230413AbjF2ImR (ORCPT ); Thu, 29 Jun 2023 04:42:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbjF2IlL (ORCPT ); Thu, 29 Jun 2023 04:41:11 -0400 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D56CF3C38 for ; Thu, 29 Jun 2023 01:37:36 -0700 (PDT) Received: by mail-wr1-x435.google.com with SMTP id ffacd0b85a97d-313fb7f0f80so417038f8f.2 for ; Thu, 29 Jun 2023 01:37:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; t=1688027855; x=1690619855; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=eHpE4uTWiAqdi7U0f3J575mib/zD7YmmgRLR1ViHO+A=; b=frEbSknS3v438cdIlYKHwjwtwgqkU3mgD/rVMxfM9D/7fjJlbTWQsTlixjZa855t3+ ZkPMIV/L2XKqU6jFbBBevvmNbKXEujiwIdNIfmd0XkbHhYoT7BU6S6GcY8PYNnLVmVMS R8vwKSnMBLxrLXRPzl01uyZzIgNsKMGVCENtY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688027855; x=1690619855; 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=eHpE4uTWiAqdi7U0f3J575mib/zD7YmmgRLR1ViHO+A=; b=UKxa+xq1TxPYTatMwB/2M6wRIFIFh5p9wNxMmUd4T2ba0iIDtf79Q8LTsSIu/xbaB5 pZCBFOLp0dmHpyf9sAcBjfaNUZjB8zT4mSw8uyAu+bnvDa75bXUCspcyqfg9MlQmTL/s iBzZb/0I5w2x4c0PZvxxPJrzkfEyf7hLRhqnDLpBZ0UmieqnRqq2/xlS4C3917ZoBvax FwhF++ziHxA9ysEIiPKqYfidwRcTQSOdv2goDK1Q3gB3h9g9H7r2U86Ij90jT+UB9S72 j1F0whx8l7FSoSbFWA4FLrxjdo64Liccqk4giXPpVIzansbzgyQt0BjfcjGg7kB4ar7j PatQ== X-Gm-Message-State: ABy/qLaCS4D4Wgj0sJDvLvT6ElQcQhu3aaqroxI9Jhe4s4H8THtwx4PB br8mjUJ/WXr63+T1xSHh2Uevhg== X-Google-Smtp-Source: APBJJlESkpal0RtTCw62QNAS9feUilaK2gVhUlIYl4Pq7aGF2xLVJApz8huaJEbVLYdmsI0FDdDPtA== X-Received: by 2002:adf:f88f:0:b0:314:13e2:2f46 with SMTP id u15-20020adff88f000000b0031413e22f46mr1223503wrp.27.1688027855157; Thu, 29 Jun 2023 01:37:35 -0700 (PDT) Received: from dario-ThinkPad-T14s-Gen-2i.praguecc.cz (90-182-211-1.rcp.o2.cz. [90.182.211.1]) by smtp.gmail.com with ESMTPSA id cw13-20020a056000090d00b003112f836d4esm15266322wrb.85.2023.06.29.01.37.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jun 2023 01:37:34 -0700 (PDT) From: Dario Binacchi To: linux-kernel@vger.kernel.org Cc: michael@amarulasolutions.com, Amarula patchwork , Philippe Cornu , 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 v5 0/3] Add display support on the stm32f746-disco board Date: Thu, 29 Jun 2023 10:37:23 +0200 Message-Id: <20230629083726.84910-1-dario.binacchi@amarulasolutions.com> X-Mailer: git-send-email 2.32.0 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 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 (3): ARM: dts: stm32: add ltdc support on stm32f746 MCU ARM: dts: stm32: add pin map for LTDC on stm32f7 ARM: dts: stm32: support display on stm32f746-disco board arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 35 ++++++++++++++++++ arch/arm/boot/dts/stm32f746-disco.dts | 51 ++++++++++++++++++++++++++ arch/arm/boot/dts/stm32f746.dtsi | 10 +++++ 3 files changed, 96 insertions(+)