]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: fsl-lx2160a.dtsi: tag serial nodes with bootph-all
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 15 Mar 2023 11:04:17 +0000 (13:04 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 4 Apr 2023 09:31:47 +0000 (17:31 +0800)
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>
arch/arm/dts/fsl-lx2160a.dtsi

index 0b0f317f305685811f7c388e03be8a430c47f60c..680c69c7b7387b294514bc8c698e4833e5abd97c 100644 (file)
@@ -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;
                };
        };