From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57CD5C433EF for ; Sat, 2 Apr 2022 22:43:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5E89B839B1; Sun, 3 Apr 2022 00:43:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="h7utucZL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 462FC83970; Sun, 3 Apr 2022 00:43:20 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A3F09839BB for ; Sun, 3 Apr 2022 00:43:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 39B4960E9D; Sat, 2 Apr 2022 22:43:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 792D7C340F3; Sat, 2 Apr 2022 22:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648939380; bh=2sM7kqN0Hhrj7HMJ3kAFQ1/2UXp1f9QGMC4F7mtcBtI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=h7utucZLyLgVgu33Y/QdLb/PPppC/QdRumn+5Wrgowp0lG0o3S8l+E1UZSNX8tL35 NivcN8X2PBzHxfLYZzOfJcGL9LJHDkuRP4kqeRNm5KyPI6x4yrCw/zbOMIGI80BQTs /oXfmrFSGFRQuppSnu+TIxuQ1t6GBgkBJE74TYBv3/DpMZMY28YorstN6yI0fSwQlg Yuk1KdStjKouHrBl879+R5+R0jiXEnHuFBzrC4blF3pI/8+ShEfF2EScLPgI+slayL fYxyygKRteeF/gw1Zc/S+wgZGIC3w8iDGxWYlYj0o3U/Vpei91mIVdyRIvAk//jSdr ZYA7nVLFv/0ow== Received: by pali.im (Postfix) id 33507819; Sun, 3 Apr 2022 00:43:00 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Priyanka Jain , Wolfgang Denk Cc: Camelia Groza , Simon Glass , 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 Message-Id: <20220402224226.20403-2-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220402224226.20403-1-pali@kernel.org> References: <20220402224226.20403-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean 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 --- 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