[PATCH v2 0/9] Enable display support for STM32MP257F-DK and STM32MP235F-DK

Raphael Gallais-Pou posted 9 patches 1 month, 3 weeks ago
arch/arm64/boot/dts/st/stm32mp231.dtsi        |  19 +++++
arch/arm64/boot/dts/st/stm32mp235.dtsi        |  18 ++++
arch/arm64/boot/dts/st/stm32mp235f-dk.dts     | 117 +++++++++++++++++++++++++
arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi |  17 ++++
arch/arm64/boot/dts/st/stm32mp257f-dk.dts     | 118 ++++++++++++++++++++++++++
5 files changed, 289 insertions(+)
[PATCH v2 0/9] Enable display support for STM32MP257F-DK and STM32MP235F-DK
Posted by Raphael Gallais-Pou 1 month, 3 weeks ago
This series aims to add and enable sufficient LVDS display support for
STM32MP257F-DK and STM32MP235F-DK boards.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
---
Changes in v2:
- Added support for STM32MP235F-DK. A second series would have dependant
  to the v1 of this series due to the pinctrl.  Better send it though
  one push to reduce dependencies.
- Link to v1:
https://lore.kernel.org/r/20260205-master-v1-0-fe6399aa3aab@foss.st.com/

---
Raphael Gallais-Pou (9):
      arm64: dts: st: add i2c2 pins for stm32mp25
      arm64: dts: st: add ltdc support on stm32mp231
      arm64: dts: st: add ltdc support on stm32mp235
      arm64: dts: st: add lvds support on stm32mp235
      arm64: dts: st: add clock-cells to syscfg node on stm32mp231
      arm64: dts: st: describe power supplies for stm32mp235f-dk board
      arm64: dts: st: enable display support on stm32mp235f-dk board
      arm64: dts: st: describe power supplies for stm32mp257f-dk board
      arm64: dts: st: enable display support on stm32mp257f-dk board

 arch/arm64/boot/dts/st/stm32mp231.dtsi        |  19 +++++
 arch/arm64/boot/dts/st/stm32mp235.dtsi        |  18 ++++
 arch/arm64/boot/dts/st/stm32mp235f-dk.dts     | 117 +++++++++++++++++++++++++
 arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi |  17 ++++
 arch/arm64/boot/dts/st/stm32mp257f-dk.dts     | 118 ++++++++++++++++++++++++++
 5 files changed, 289 insertions(+)
---
base-commit: 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b
change-id: 20260209-display-516c2cedc734

Best regards,
-- 
Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Re: [Linux-stm32] [PATCH v2 0/9] Enable display support for STM32MP257F-DK and STM32MP235F-DK
Posted by Raphael Gallais-Pou 3 weeks, 6 days ago

On 2/10/26 11:03, Raphael Gallais-Pou wrote:
> This series aims to add and enable sufficient LVDS display support for
> STM32MP257F-DK and STM32MP235F-DK boards.
>
> Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
> ---

Hi, 

Gentle ping regarding this series. I have not received any feedbacks from it in
a month.

Thanks for your time, 
Best regards, 
Raphaël
> Changes in v2:
> - Added support for STM32MP235F-DK. A second series would have dependant
>   to the v1 of this series due to the pinctrl.  Better send it though
>   one push to reduce dependencies.
> - Link to v1:
> https://lore.kernel.org/r/20260205-master-v1-0-fe6399aa3aab@foss.st.com/
>
> ---
> Raphael Gallais-Pou (9):
>       arm64: dts: st: add i2c2 pins for stm32mp25
>       arm64: dts: st: add ltdc support on stm32mp231
>       arm64: dts: st: add ltdc support on stm32mp235
>       arm64: dts: st: add lvds support on stm32mp235
>       arm64: dts: st: add clock-cells to syscfg node on stm32mp231
>       arm64: dts: st: describe power supplies for stm32mp235f-dk board
>       arm64: dts: st: enable display support on stm32mp235f-dk board
>       arm64: dts: st: describe power supplies for stm32mp257f-dk board
>       arm64: dts: st: enable display support on stm32mp257f-dk board
>
>  arch/arm64/boot/dts/st/stm32mp231.dtsi        |  19 +++++
>  arch/arm64/boot/dts/st/stm32mp235.dtsi        |  18 ++++
>  arch/arm64/boot/dts/st/stm32mp235f-dk.dts     | 117 +++++++++++++++++++++++++
>  arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi |  17 ++++
>  arch/arm64/boot/dts/st/stm32mp257f-dk.dts     | 118 ++++++++++++++++++++++++++
>  5 files changed, 289 insertions(+)
> ---
> base-commit: 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b
> change-id: 20260209-display-516c2cedc734
>
> Best regards,

Re: [PATCH v2 0/9] Enable display support for STM32MP257F-DK and STM32MP235F-DK
Posted by Alexandre TORGUE 1 week ago
Hello Raph

On 2/10/26 11:03, Raphael Gallais-Pou wrote:
> This series aims to add and enable sufficient LVDS display support for
> STM32MP257F-DK and STM32MP235F-DK boards.
> 
> Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
> ---
> Changes in v2:
> - Added support for STM32MP235F-DK. A second series would have dependant
>    to the v1 of this series due to the pinctrl.  Better send it though
>    one push to reduce dependencies.
> - Link to v1:
> https://lore.kernel.org/r/20260205-master-v1-0-fe6399aa3aab@foss.st.com/
> 
> ---
> Raphael Gallais-Pou (9):
>        arm64: dts: st: add i2c2 pins for stm32mp25
>        arm64: dts: st: add ltdc support on stm32mp231
>        arm64: dts: st: add ltdc support on stm32mp235
>        arm64: dts: st: add lvds support on stm32mp235
>        arm64: dts: st: add clock-cells to syscfg node on stm32mp231
>        arm64: dts: st: describe power supplies for stm32mp235f-dk board
>        arm64: dts: st: enable display support on stm32mp235f-dk board
>        arm64: dts: st: describe power supplies for stm32mp257f-dk board
>        arm64: dts: st: enable display support on stm32mp257f-dk board
> 
>   arch/arm64/boot/dts/st/stm32mp231.dtsi        |  19 +++++
>   arch/arm64/boot/dts/st/stm32mp235.dtsi        |  18 ++++
>   arch/arm64/boot/dts/st/stm32mp235f-dk.dts     | 117 +++++++++++++++++++++++++
>   arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi |  17 ++++
>   arch/arm64/boot/dts/st/stm32mp257f-dk.dts     | 118 ++++++++++++++++++++++++++
>   5 files changed, 289 insertions(+)
> ---
> base-commit: 05f7e89ab9731565d8a62e3b5d1ec206485eeb0b
> change-id: 20260209-display-516c2cedc734
> 
> Best regards,

Series applied on stm32-next.

Thanks
Alex