mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
arch: arm: dts: fsl-ls1088a.dtsi: 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>
This commit is contained in:
parent
571c49789d
commit
a593c1fec5
@ -64,6 +64,7 @@
|
|||||||
QORIQ_CLK_PLL_DIV(4)>;
|
QORIQ_CLK_PLL_DIV(4)>;
|
||||||
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
bootph-all;
|
||||||
};
|
};
|
||||||
|
|
||||||
duart1: serial@21c0600 {
|
duart1: serial@21c0600 {
|
||||||
@ -73,6 +74,7 @@
|
|||||||
QORIQ_CLK_PLL_DIV(4)>;
|
QORIQ_CLK_PLL_DIV(4)>;
|
||||||
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
bootph-all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user