diff options
author | Pali Rohár <pali@kernel.org> | 2022-04-03 00:42:25 +0200 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2022-04-26 17:18:39 +0530 |
commit | 77b0c4a6c6eeab642107c6d5051b8484db7cf723 (patch) | |
tree | 9ae15a996471bcb58fb82c8e4aada743627a0a32 | |
parent | 03edf23376cd63142624bca8a58477e0c99f4cb0 (diff) | |
download | u-boot-77b0c4a6c6eeab642107c6d5051b8484db7cf723.tar.gz |
powerpc: dts: p2020: Add fsl/p2020si-pre.dtsi and fsl/p2020si-post.dtsi symlinks
P2020 DTS files in upstream Linux kernel use fsl/p2020si-pre.dtsi and
fsl/p2020si-post.dtsi include device tree files.
Add symlinks for these include device tree files into U-Boot powerpc
directory and points them to U-Boot inline device tree files p2020.dtsi and
p2020-post.dtsi.
This allows to use P2020 DTS files from upstream Linux kernel in U-Boot.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
l--------- | arch/powerpc/dts/fsl/p2020si-post.dtsi | 1 | ||||
l--------- | arch/powerpc/dts/fsl/p2020si-pre.dtsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/dts/fsl/p2020si-post.dtsi b/arch/powerpc/dts/fsl/p2020si-post.dtsi new file mode 120000 index 0000000000..b51ebf58b7 --- /dev/null +++ b/arch/powerpc/dts/fsl/p2020si-post.dtsi @@ -0,0 +1 @@ +../p2020-post.dtsi
\ No newline at end of file diff --git a/arch/powerpc/dts/fsl/p2020si-pre.dtsi b/arch/powerpc/dts/fsl/p2020si-pre.dtsi new file mode 120000 index 0000000000..1e4b16fbe4 --- /dev/null +++ b/arch/powerpc/dts/fsl/p2020si-pre.dtsi @@ -0,0 +1 @@ +../p2020.dtsi
\ No newline at end of file |