
28 Apr
2023
28 Apr
'23
5:25 a.m.
On 4/12/2023 3:38 PM, Mathew McBride wrote:
This moves the bootph-all tags that were added in commit a593c1fec579 ("arch: arm: dts: fsl-ls1088a.dtsi: tag serial nodes with bootph-all") into a u-boot only include.
Due to the way the U-Boot device tree "tweak" system is setup[1], we need to have a per-board <boardname>-u-boot.dtsi, which will include the "fsl-ls1088a-u-boot.dtsi" tweaks.
By doing so, future updates to fsl-ls1088a.dtsi from upstream (Linux kernel) can just be copied directly into the U-Boot tree, without worrying about any extra data local to U-Boot.
Signed-off-by: Mathew McBridematt@traverse.com.au
Reviewed-by: Peng Fan peng.fan@nxp.com