[RFC,1/5] ARM: dts: stm32f469-disco: sync with Linux 6.5

Message ID 20230903205703.662080-2-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • Support display on stm32f469-disco board
Related show

Commit Message

Dario Binacchi Sept. 3, 2023, 8:56 p.m. UTC
Sync the devicetree with linux 6.5 for stm32f746-disco board.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 arch/arm/dts/stm32f469-disco.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Patrice CHOTARD Sept. 26, 2023, 9:11 a.m. UTC | #1
On 9/3/23 22:56, Dario Binacchi wrote:
> Sync the devicetree with linux 6.5 for stm32f746-disco board.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> 
>  arch/arm/dts/stm32f469-disco.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/dts/stm32f469-disco.dts b/arch/arm/dts/stm32f469-disco.dts
> index 6e0ffc1903be..c9acabf0f530 100644
> --- a/arch/arm/dts/stm32f469-disco.dts
> +++ b/arch/arm/dts/stm32f469-disco.dts
> @@ -119,7 +119,7 @@
>  		};
>  	};
>  
> -	panel-dsi@0 {
> +	panel@0 {
>  		compatible = "orisetech,otm8009a";
>  		reg = <0>; /* dsi virtual channel (0..3) */
>  		reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
> @@ -138,7 +138,7 @@
>  	status = "okay";
>  
>  	port {
> -		ltdc_out_dsi: endpoint@0 {
> +		ltdc_out_dsi: endpoint {
>  			remote-endpoint = <&dsi_in>;
>  		};
>  	};
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

Patch

diff --git a/arch/arm/dts/stm32f469-disco.dts b/arch/arm/dts/stm32f469-disco.dts
index 6e0ffc1903be..c9acabf0f530 100644
--- a/arch/arm/dts/stm32f469-disco.dts
+++ b/arch/arm/dts/stm32f469-disco.dts
@@ -119,7 +119,7 @@ 
 		};
 	};
 
-	panel-dsi@0 {
+	panel@0 {
 		compatible = "orisetech,otm8009a";
 		reg = <0>; /* dsi virtual channel (0..3) */
 		reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
@@ -138,7 +138,7 @@ 
 	status = "okay";
 
 	port {
-		ltdc_out_dsi: endpoint@0 {
+		ltdc_out_dsi: endpoint {
 			remote-endpoint = <&dsi_in>;
 		};
 	};