summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-04-12 10:38:15 +0300
committerPeng Fan <peng.fan@nxp.com>2023-05-05 04:46:03 +0300
commit25914878655c47912a7793e61ce69fa9f5871400 (patch)
tree59d57e6c983b4ec457d809cf52c7d0a34c32692a /arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi
parent7fb6032bae4c6ec2e33fc473e6873820236913e0 (diff)
downloadu-boot-25914878655c47912a7793e61ce69fa9f5871400.tar.xz
arm: dts: fsl-ls1088a: move u-boot bootph tags into u-boot only files
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 McBride <matt@traverse.com.au> [1] - https://u-boot.readthedocs.io/en/latest/develop/devicetree/control.html#adding-tweaks-for-u-boot The CONFIG_SYS_SOC, CONFIG_SYS_CPU and CONFIG_SYS_VENDOR values are the same for the entire Layerscape family, meaning there is no ability to create a LS1088A only file here. But we will be adding per-board tweaks later in any case. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com> # on LS1088A-RDB
Diffstat (limited to 'arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi')
-rw-r--r--arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi
new file mode 100644
index 0000000000..298adb849b
--- /dev/null
+++ b/arch/arm/dts/fsl-ls1088a-ten64-u-boot.dtsi
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0+
+#include <config.h>
+
+#include "fsl-ls1088a-u-boot.dtsi"
+