All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Priyanka Jain <priyanka.jain@nxp.com>, Wolfgang Denk <wd@denx.de>
Cc: Camelia Groza <camelia.groza@nxp.com>,
	Simon Glass <sjg@chromium.org>,
	u-boot@lists.denx.de
Subject: [PATCH 1/2] powerpc: dts: p2020: Add fsl/p2020si-pre.dtsi and fsl/p2020si-post.dtsi symlinks
Date: Sun,  3 Apr 2022 00:42:25 +0200	[thread overview]
Message-ID: <20220402224226.20403-2-pali@kernel.org> (raw)
In-Reply-To: <20220402224226.20403-1-pali@kernel.org>

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>
---
 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 000000000000..b51ebf58b7aa
--- /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 000000000000..1e4b16fbe462
--- /dev/null
+++ b/arch/powerpc/dts/fsl/p2020si-pre.dtsi
@@ -0,0 +1 @@
+../p2020.dtsi
\ No newline at end of file
-- 
2.20.1


  reply	other threads:[~2022-04-02 22:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-02 22:42 [PATCH 0/2] powerpc: dts: p2020: Allow to use P2020 DTS files from Linux Pali Rohár
2022-04-02 22:42 ` Pali Rohár [this message]
2022-04-02 22:42 ` [PATCH 2/2] powerpc: dts: p2020: Add serial0 and serial1 via pq3-duart-0.dtsi Pali Rohár

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220402224226.20403-2-pali@kernel.org \
    --to=pali@kernel.org \
    --cc=camelia.groza@nxp.com \
    --cc=priyanka.jain@nxp.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=wd@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.