diff mbox series

[09/10] arch: arm: dts: fsl-lx2160a.dtsi: tag serial nodes with bootph-all

Message ID 20230315110418.841832-10-ioana.ciornei@nxp.com
State Accepted
Commit f2ac9f6a17aeffbca1926f4364ccddce329659b1
Delegated to: Peng Fan
Headers show
Series Convert LS1088A and LX2160 to DM_SERIAL | expand

Commit Message

Ioana Ciornei March 15, 2023, 11:04 a.m. UTC
Tag the serial nodes with bootph-all in order to have these nodes and
the drivers available before relocation.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
 arch/arm/dts/fsl-lx2160a.dtsi | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi
index 0b0f317f3056..680c69c7b738 100644
--- a/arch/arm/dts/fsl-lx2160a.dtsi
+++ b/arch/arm/dts/fsl-lx2160a.dtsi
@@ -40,6 +40,7 @@ 
 			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
 			current-speed = <115200>;
 			status = "disabled";
+			bootph-all;
 		};
 
 		uart1: serial@21d0000 {
@@ -48,6 +49,7 @@ 
 			interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
 			current-speed = <115200>;
 			status = "disabled";
+			bootph-all;
 		};
 
 		uart2: serial@21e0000 {
@@ -56,6 +58,7 @@ 
 			interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
 			current-speed = <115200>;
 			status = "disabled";
+			bootph-all;
 		};
 
 		uart3: serial@21f0000 {
@@ -64,6 +67,7 @@ 
 			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
 			current-speed = <115200>;
 			status = "disabled";
+			bootph-all;
 		};
 	};