projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571c497
)
arch: arm: dts: fsl-ls1088a.dtsi: tag serial nodes with bootph-all
author
Ioana Ciornei
<ioana.ciornei@nxp.com>
Wed, 15 Mar 2023 11:04:12 +0000
(13:04 +0200)
committer
Peng Fan
<peng.fan@nxp.com>
Tue, 4 Apr 2023 09:31:46 +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-ls1088a.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-ls1088a.dtsi
b/arch/arm/dts/fsl-ls1088a.dtsi
index
b094bcf
..
4782b83
100644
(file)
--- a/
arch/arm/dts/fsl-ls1088a.dtsi
+++ b/
arch/arm/dts/fsl-ls1088a.dtsi
@@
-64,6
+64,7
@@
QORIQ_CLK_PLL_DIV(4)>;
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
+ bootph-all;
};
duart1: serial@21c0600 {
@@
-73,6
+74,7
@@
QORIQ_CLK_PLL_DIV(4)>;
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
+ bootph-all;
};
};