From: Ioana Ciornei <ioana.ciornei@nxp.com>
Date: Tue, 28 Feb 2023 16:32:11 +0000 (+0200)
Subject: arch: arm: dst: fsl-ls2080a.dts: tag serial nodes with bootph-all
X-Git-Tag: v2025.01-rc5-pxa1908~1023^2~30^2~1
X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=5a2416fd995ae47bd961d8db01e03a914dc23851;p=u-boot.git

arch: arm: dst: fsl-ls2080a.dts: tag serial nodes with bootph-all

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>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi
index 03ef5d5cf6..d754eb4d5c 100644
--- a/arch/arm/dts/fsl-ls2080a.dtsi
+++ b/arch/arm/dts/fsl-ls2080a.dtsi
@@ -69,6 +69,7 @@
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(4)>;
 			interrupts = <0 32 0x4>; /* Level high type */
+			bootph-all;
 		};
 
 		serial1: serial@21c0600 {
@@ -77,6 +78,7 @@
 			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
 					    QORIQ_CLK_PLL_DIV(4)>;
 			interrupts = <0 32 0x4>; /* Level high type */
+			bootph-all;
 		};
 	};