Re: [PATCH v3 4/6] ARM: dts: stm32: support MIPI DSI on stm32f469-disco board

2023-12-15 Thread Patrice CHOTARD



On 12/11/23 23:05, Dario Binacchi wrote:
> Unlike Linux, the DSI driver requires the LTDC clock to be properly
> probed. Hence, the changes made to the DSI node.
> 
> Signed-off-by: Dario Binacchi 
> ---
> 
> (no changes since v1)
> 
>  arch/arm/dts/stm32f469-disco-u-boot.dtsi | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32f469-disco-u-boot.dtsi 
> b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
> index 8e781c5a7b23..47ba9fa4a783 100644
> --- a/arch/arm/dts/stm32f469-disco-u-boot.dtsi
> +++ b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
> @@ -92,7 +92,9 @@
>  
>   {
>   clocks = < 0 STM32F4_APB2_CLOCK(DSI)>,
> +  < 0 STM32F4_APB2_CLOCK(LTDC)>,
><_hse>;
> + clock-names = "pclk", "px_clk", "ref";
>  };
>  
>   {
> @@ -140,6 +142,8 @@
>  };
>  
>   {
> + bootph-all;
> +
>   clocks = < 0 STM32F4_APB2_CLOCK(LTDC)>;
>  };
>  
Applied to u-boot-stm32/next

Thanks
Patrice


Re: [PATCH v3 4/6] ARM: dts: stm32: support MIPI DSI on stm32f469-disco board

2023-12-11 Thread Patrice CHOTARD



On 12/11/23 23:05, Dario Binacchi wrote:
> Unlike Linux, the DSI driver requires the LTDC clock to be properly
> probed. Hence, the changes made to the DSI node.
> 
> Signed-off-by: Dario Binacchi 
> ---
> 
> (no changes since v1)
> 
>  arch/arm/dts/stm32f469-disco-u-boot.dtsi | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32f469-disco-u-boot.dtsi 
> b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
> index 8e781c5a7b23..47ba9fa4a783 100644
> --- a/arch/arm/dts/stm32f469-disco-u-boot.dtsi
> +++ b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
> @@ -92,7 +92,9 @@
>  
>   {
>   clocks = < 0 STM32F4_APB2_CLOCK(DSI)>,
> +  < 0 STM32F4_APB2_CLOCK(LTDC)>,
><_hse>;
> + clock-names = "pclk", "px_clk", "ref";
>  };
>  
>   {
> @@ -140,6 +142,8 @@
>  };
>  
>   {
> + bootph-all;
> +
>   clocks = < 0 STM32F4_APB2_CLOCK(LTDC)>;
>  };
>  
Reviewed-by: Patrice Chotard 

Thanks
Patrice


[PATCH v3 4/6] ARM: dts: stm32: support MIPI DSI on stm32f469-disco board

2023-12-11 Thread Dario Binacchi
Unlike Linux, the DSI driver requires the LTDC clock to be properly
probed. Hence, the changes made to the DSI node.

Signed-off-by: Dario Binacchi 
---

(no changes since v1)

 arch/arm/dts/stm32f469-disco-u-boot.dtsi | 4 
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/stm32f469-disco-u-boot.dtsi 
b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
index 8e781c5a7b23..47ba9fa4a783 100644
--- a/arch/arm/dts/stm32f469-disco-u-boot.dtsi
+++ b/arch/arm/dts/stm32f469-disco-u-boot.dtsi
@@ -92,7 +92,9 @@
 
  {
clocks = < 0 STM32F4_APB2_CLOCK(DSI)>,
+< 0 STM32F4_APB2_CLOCK(LTDC)>,
 <_hse>;
+   clock-names = "pclk", "px_clk", "ref";
 };
 
  {
@@ -140,6 +142,8 @@
 };
 
  {
+   bootph-all;
+
clocks = < 0 STM32F4_APB2_CLOCK(LTDC)>;
 };
 
-- 
2.43.0