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 57BF1C433F5 for ; Sat, 2 Apr 2022 22:43:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A31C6839CA; Sun, 3 Apr 2022 00:43:27 +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="CdFnAS/p"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8D142839B7; Sun, 3 Apr 2022 00:43:24 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (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 9C63B839A1 for ; Sun, 3 Apr 2022 00:43:01 +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 ams.source.kernel.org (Postfix) with ESMTPS id D8182B80975; Sat, 2 Apr 2022 22:43:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AE5DC340F0; Sat, 2 Apr 2022 22:42:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648939379; bh=6IMAwxLCddPq0TktKHwpCKNM6b+pw2PV+F+qUsvevuc=; h=From:To:Cc:Subject:Date:From; b=CdFnAS/puWKUfl/zcd38ivqX8vVKbFX0BpM5mRUMSohzd04ojInmfqDxkLVxo1Wbw WmBfZwDcA4CS8Rd+BDOsPCY+x6GvFDGu1/rnewcrxRkkN6SD1WxBSP7cjQgiSe/ld/ gELZGhrKgJhg6t/KjEnz90tU+57vo30/ceVyXD9cFmhQgooanBgqFOkQcT5Jw/N2Ul qFP6nVIj2JI/4XTxjTg3iRVDWn5xoR3iEaNm/QO1TQRORslHBTUKewX1cvVy9LOBaN gKd+0pgpJ9KIFAaTzq5QFaWBDDAeGUJQIV58VKqQfR8Ba76xfZdFsJ2j6KCvMoEAhw 8lqVefWbzb/2A== Received: by pali.im (Postfix) id E1B31819; Sun, 3 Apr 2022 00:42:56 +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 0/2] powerpc: dts: p2020: Allow to use P2020 DTS files from Linux Date: Sun, 3 Apr 2022 00:42:24 +0200 Message-Id: <20220402224226.20403-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 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 This patch series imports device tree include files for comaptibility with P2020 device tree files from upstream Linux kernel. So it allows to share same P2020 board device tree files between Linux kernel and U-Boot. Pali Rohár (2): powerpc: dts: p2020: Add fsl/p2020si-pre.dtsi and fsl/p2020si-post.dtsi symlinks powerpc: dts: p2020: Add serial0 and serial1 via pq3-duart-0.dtsi arch/powerpc/dts/fsl/p2020si-post.dtsi | 1 + arch/powerpc/dts/fsl/p2020si-pre.dtsi | 1 + arch/powerpc/dts/p2020-post.dtsi | 1 + arch/powerpc/dts/pq3-duart-0.dtsi | 51 ++++++++++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 120000 arch/powerpc/dts/fsl/p2020si-post.dtsi create mode 120000 arch/powerpc/dts/fsl/p2020si-pre.dtsi create mode 100644 arch/powerpc/dts/pq3-duart-0.dtsi -- 2.20.1