From patchwork Thu Jan 11 11:31:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dario Binacchi X-Patchwork-Id: 762003 Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CB565156C3 for ; Thu, 11 Jan 2024 11:31:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=amarulasolutions.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="I/PzYTXV" Received: by mail-ej1-f43.google.com with SMTP id a640c23a62f3a-a2c179aa5c4so144851166b.0 for ; Thu, 11 Jan 2024 03:31:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; t=1704972709; x=1705577509; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=E3RgnmjR61D7s9CNo+AYUolzQugH4TGJWl8/1Xh6+YQ=; b=I/PzYTXV824h46TOAs1rTYL3l9g6jmCRHboOje5P8vwjpKvlb1jG+Yiom9pDpT4oMx 9zr49rMuT9+GJLgV+vY8pCL1Qwwq7CYlWdSVVs6t3qBEpumbkALJodpm+IpdhoSnwIPj TimFx+gmVhYVEQBUdziIxSv3zz7uuO/IWIOds= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704972709; x=1705577509; 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=E3RgnmjR61D7s9CNo+AYUolzQugH4TGJWl8/1Xh6+YQ=; b=kdW5edwqrrOChSRfOdSRVmA2skhlTwOQixDEDwpTbvrYm/xoRoCcH/ejdMdsvhOpTD p15SD1nD9Gg/W+m+xkk3BgSHh0Ogh7Z9htaVCVg1XY5KpD4cCxF62RgWL7kpZy7/8saf iqFeUdmJKEpb7vBAQvyQhwDjXEnwMuIdXTpeItV/e98Kc64QgPtcL35DRpiS4ebUASmm EQ9V6GyVNndimNLTOi+khRjwVmXaW33yOsUlLVeCtKVX3qt9xUvlVSo9b1Nj5qSgQcEe 8iWA6CTs2ICr24y0NB04hpmgYM+t0JyVKJZV3pVW1OQ1kSZ30Fj7xe0Ep9ccs1S09L5g b+xA== X-Gm-Message-State: AOJu0Yz8LBmavpQU+3SnfZOdWOUaITyxJNftQXCPi0baPSsGzXfAmzzk HtoquoJC/ksqGeF2Lpc8u++pc9UYA8pEOg== X-Google-Smtp-Source: AGHT+IGZ6q2rR+1ieqVBtWSdEMPS5oa96gFPgtNJnNkI/8J4MxZtb83opPPSS+JHqHoOpJzHU8MufA== X-Received: by 2002:a17:907:9712:b0:a26:b524:226a with SMTP id jg18-20020a170907971200b00a26b524226amr652836ejc.40.1704972708978; Thu, 11 Jan 2024 03:31:48 -0800 (PST) Received: from dario-ThinkPad-T14s-Gen-2i.homenet.telecomitalia.it ([95.236.91.90]) by smtp.gmail.com with ESMTPSA id n3-20020a170906688300b00a26aa734349sm461565ejr.39.2024.01.11.03.31.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jan 2024 03:31:48 -0800 (PST) From: Dario Binacchi To: linux-kernel@vger.kernel.org Cc: Alexandre Torgue , linux-amarula@amarulasolutions.com, Lee Jones , Raphael Gallais-Pou , Dario Binacchi , Andre Przywara , Conor Dooley , Geert Uytterhoeven , Krzysztof Kozlowski , =?utf-8?q?Leonard_?= =?utf-8?q?G=C3=B6hrs?= , Linus Walleij , Maxime Coquelin , Michal Simek , Rob Herring , Sean Nyekjaer , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com Subject: [PATCH v7 0/5] Add display support for stm32f769-disco board Date: Thu, 11 Jan 2024 12:31:37 +0100 Message-ID: <20240111113146.16011-1-dario.binacchi@amarulasolutions.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The series adds display support for the stm32f769-disco board. It has been tested on hardware revisions MB1225-B03 and MB1166-A09. This required modifications to the nt35510 driver that have already been applied. Changes in v7: - Replace .dts with .dtb in the Makefile Changes in v6: - Drop patches - [5/8] dt-bindings: nt35510: add compatible for FRIDA FRD400B25025-A-CTK - [7/8] drm/panel: nt35510: move hardwired parameters to configuration - [8/8] drm/panel: nt35510: support FRIDA FRD400B25025-A-CTK because applied by the maintainer Linus Walleij Changes in v5: - Replace GPIOD_ASIS with GPIOD_OUT_HIGH in the call to devm_gpiod_get_optional(). Changes in v2: - Add Acked-by tag of Conor Dooley - Change the status of panel_backlight node to "disabled" - Delete backlight property from panel0 node. - Re-write the patch [8/8] "drm/panel: nt35510: support FRIDA FRD400B25025-A-CTK" in the same style as the original driver. Dario Binacchi (5): dt-bindings: mfd: stm32f7: Add binding definition for DSI ARM: dts: stm32: add DSI support on stm32f769 ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f769-disco ARM: dts: stm32: add display support on stm32f769-disco ARM: dts: add stm32f769-disco-mb1225-revb03-mb1166-reva09 arch/arm/boot/dts/st/Makefile | 1 + ...f769-disco-mb1225-revb03-mb1166-reva09.dts | 18 +++++ arch/arm/boot/dts/st/stm32f769-disco.dts | 78 ++++++++++++++++++- arch/arm/boot/dts/st/stm32f769.dtsi | 21 +++++ include/dt-bindings/mfd/stm32f7-rcc.h | 1 + 5 files changed, 115 insertions(+), 4 deletions(-) create mode 100644 arch/arm/boot/dts/st/stm32f769-disco-mb1225-revb03-mb1166-reva09.dts create mode 100644 arch/arm/boot/dts/st/stm32f769.dtsi