U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Support NT35510 panel controller on stm32f769i-disco board
@ 2025-03-24 18:00 Dario Binacchi
  2025-03-24 18:00 ` [PATCH 1/6] ARM: dts: stm32: add DSI support on stm32f769 Dario Binacchi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Dario Binacchi @ 2025-03-24 18:00 UTC (permalink / raw)
  To: u-boot
  Cc: linux-amarula, Dario Binacchi, Adam Ford, Anatolij Gustschin,
	Andre Przywara, Anton Bambura, Fabio Estevam, Jonas Karlman,
	Jonas Schwöbel, Kever Yang, Marek Vasut, Neil Armstrong,
	Oliver Gaskell, Patrice Chotard, Patrick Delaunay, Prasad Kummari,
	Simon Glass, Sumit Garg, Svyatoslav Ryhel, Tom Rini, Tony Dinh,
	Vikas Manocha, uboot-stm32

The series, inspired by some of my patches already merged into Linux,
adds support for the Novatek NT35510 panel on the stm32f769i-disco
board. Indeed, the MB1166 board comes in different hardware revisions.
The MB1166-A09 is utilizing a NT35510 panel controller while prior
versions are utilizing an OTM8009a controller.


Dario Binacchi (6):
  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-mb1166-reva09
  video: support FRIDA FRD400B25025-A-CTK
  board: stm32f769-disco: support FRD400B25025-A-CTK display

 arch/arm/dts/Makefile                         |    1 +
 .../stm32f769-disco-mb1166-reva09-u-boot.dtsi |    6 +
 .../arm/dts/stm32f769-disco-mb1166-reva09.dts |   13 +
 arch/arm/dts/stm32f769-disco-u-boot.dtsi      |   53 +-
 arch/arm/dts/stm32f769-disco.dts              |   66 +-
 arch/arm/dts/stm32f769.dtsi                   |   20 +
 configs/stm32f769-disco_defconfig             |    2 +
 configs/stm32f769-disco_spl_defconfig         |    2 +
 drivers/video/Kconfig                         |    7 +
 drivers/video/Makefile                        |    1 +
 drivers/video/novatek-nt35510.c               | 1253 +++++++++++++++++
 11 files changed, 1374 insertions(+), 50 deletions(-)
 create mode 100644 arch/arm/dts/stm32f769-disco-mb1166-reva09-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32f769-disco-mb1166-reva09.dts
 create mode 100644 arch/arm/dts/stm32f769.dtsi
 create mode 100644 drivers/video/novatek-nt35510.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-03-28  8:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 18:00 [PATCH 0/6] Support NT35510 panel controller on stm32f769i-disco board Dario Binacchi
2025-03-24 18:00 ` [PATCH 1/6] ARM: dts: stm32: add DSI support on stm32f769 Dario Binacchi
2025-03-28  8:30   ` Patrice CHOTARD
2025-03-24 18:00 ` [PATCH 2/6] ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f769-disco Dario Binacchi
2025-03-28  8:27   ` Patrice CHOTARD
2025-03-24 18:00 ` [PATCH 3/6] ARM: dts: stm32: add display support " Dario Binacchi
2025-03-28  8:26   ` Patrice CHOTARD
2025-03-24 18:00 ` [PATCH 4/6] ARM: dts: add stm32f769-disco-mb1166-reva09 Dario Binacchi
2025-03-28  8:25   ` Patrice CHOTARD
2025-03-24 18:00 ` [PATCH 5/6] video: support FRIDA FRD400B25025-A-CTK Dario Binacchi
2025-03-24 18:00 ` [PATCH 6/6] board: stm32f769-disco: support FRD400B25025-A-CTK display Dario Binacchi
2025-03-28  8:31   ` Patrice CHOTARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox