diff mbox series

[2/7] arch: arm: dts: ls1043a: tag serial nodes with bootph-all

Message ID a70e7ffc20a387aec47d845e5f642bf99564e1e3.1686829809.git.camelia.groza@nxp.com
State Superseded
Delegated to: Peng Fan
Headers show
Series Enable DM_SERIAL for the LS104xA RDB/FRWY boards | expand

Commit Message

Camelia Groza June 15, 2023, 12:37 p.m. UTC
Make sure the serial driver is initialized before relocation by tagging
the serial nodes with "bootph-all".

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
---
 arch/arm/dts/fsl-ls1043a.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

--
2.17.1

Comments

Peng Fan (OSS) June 16, 2023, 1:11 a.m. UTC | #1
On 6/15/2023 8:37 PM, Camelia Groza wrote:
> Make sure the serial driver is initialized before relocation by tagging
> the serial nodes with "bootph-all".

Please add fsl-ls1043a-u-boot.dtsi for U-Boot specific changes.

Regards,
Peng.

> 
> Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
> ---
>   arch/arm/dts/fsl-ls1043a.dtsi | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi
> index 21643a1d951f..79f67e7183c3 100644
> --- a/arch/arm/dts/fsl-ls1043a.dtsi
> +++ b/arch/arm/dts/fsl-ls1043a.dtsi
> @@ -227,6 +227,7 @@
>   			interrupts = <0 54 0x4>;
>   			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
>   					    QORIQ_CLK_PLL_DIV(1)>;
> +			bootph-all;
>   		};
> 
>   		duart1: serial@21c0600 {
> @@ -235,6 +236,7 @@
>   			interrupts = <0 54 0x4>;
>   			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
>   					    QORIQ_CLK_PLL_DIV(1)>;
> +			bootph-all;
>   		};
> 
>   		duart2: serial@21d0500 {
> @@ -243,6 +245,7 @@
>   			interrupts = <0 55 0x4>;
>   			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
>   					    QORIQ_CLK_PLL_DIV(1)>;
> +			bootph-all;
>   		};
> 
>   		duart3: serial@21d0600 {
> @@ -251,6 +254,7 @@
>   			interrupts = <0 55 0x4>;
>   			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
>   					    QORIQ_CLK_PLL_DIV(1)>;
> +			bootph-all;
>   		};
> 
>   		lpuart0: serial@2950000 {
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi
index 21643a1d951f..79f67e7183c3 100644
--- a/arch/arm/dts/fsl-ls1043a.dtsi
+++ b/arch/arm/dts/fsl-ls1043a.dtsi
@@ -227,6 +227,7 @@ 
 			interrupts = <0 54 0x4>;
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(1)>;
+			bootph-all;
 		};

 		duart1: serial@21c0600 {
@@ -235,6 +236,7 @@ 
 			interrupts = <0 54 0x4>;
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(1)>;
+			bootph-all;
 		};

 		duart2: serial@21d0500 {
@@ -243,6 +245,7 @@ 
 			interrupts = <0 55 0x4>;
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(1)>;
+			bootph-all;
 		};

 		duart3: serial@21d0600 {
@@ -251,6 +254,7 @@ 
 			interrupts = <0 55 0x4>;
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(1)>;
+			bootph-all;
 		};

 		lpuart0: serial@2950000 {