From 77b0c4a6c6eeab642107c6d5051b8484db7cf723 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Pali=20Roh=C3=A1r?= <pali@kernel.org>
Date: Sun, 3 Apr 2022 00:42:25 +0200
Subject: [PATCH] powerpc: dts: p2020: Add fsl/p2020si-pre.dtsi and
 fsl/p2020si-post.dtsi symlinks
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

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>
---
 arch/powerpc/dts/fsl/p2020si-post.dtsi | 1 +
 arch/powerpc/dts/fsl/p2020si-pre.dtsi  | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 arch/powerpc/dts/fsl/p2020si-post.dtsi
 create mode 120000 arch/powerpc/dts/fsl/p2020si-pre.dtsi

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
-- 
2.39.5