]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arch: arm: dst: fsl-ls2080a.dts: tag serial nodes with bootph-all
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 28 Feb 2023 16:32:11 +0000 (18:32 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 14 Mar 2023 10:56:28 +0000 (18:56 +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-ls2080a.dtsi

index 03ef5d5cf6af22094afa7be3e4f35434dce48ebc..d754eb4d5cc80c5d5577816276aba7285a5b2e36 100644 (file)
@@ -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;
                };
        };