[PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco
Alexandre Torgue
alexandre.torgue at st.com
Mon Jun 15 08:49:43 UTC 2020
Hi Dillon,
On 5/27/20 9:27 AM, dillon.minfei at gmail.com wrote:
> From: dillon min <dillon.minfei at gmail.com>
...
> dillon min (9):
> ARM: dts: stm32: Add dma config for spi5
> ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board
> ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on
> stm32429-disco board
> dt-bindings: display: panel: Add ilitek ili9341 panel bindings
> clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
> clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after
> kernel startup
> drm/panel: Add ilitek ili9341 panel driver
> spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
> spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't
> be coexit with 'SPI_3WIRE' mode
>
> .../bindings/display/panel/ilitek,ili9341.yaml | 69 ++
> arch/arm/boot/dts/stm32f4-pinctrl.dtsi | 67 +
> arch/arm/boot/dts/stm32f429-disco.dts | 48 +
> arch/arm/boot/dts/stm32f429.dtsi | 3 +
> drivers/clk/clk-stm32f4.c | 7 +-
> drivers/gpu/drm/panel/Kconfig | 12 +
> drivers/gpu/drm/panel/Makefile | 1 +
> drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 1288 ++++++++++++++++++++
> drivers/spi/spi-stm32.c | 19 +-
> drivers/spi/spi.c | 3 +-
> 10 files changed, 1508 insertions(+), 9 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9341.yaml
> create mode 100644 drivers/gpu/drm/panel/panel-ilitek-ili9341.c
>
DT patches (patch 1 to 3) applied on stm32-next. I assume that binding
one will go with drm/panel driver patch.
Thanks
Alex
More information about the dri-devel
mailing list