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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4851DC6FD1F for ; Mon, 20 Mar 2023 00:54:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Ixk/CQCG7YgUDVVdDNRF+h9Fm0FK1+48EyiIpOhirwk=; b=p3QlB30tJjKYY/ 80+vnb168YR76XUMWImK/nx5+ejrwyiw0crQyXQwd7S5WU1pFTBWGUny2kAMLR3vhYCRtatchWin6 b3Sq0SInvDrASBK2HGP3UY8X0C++fvAwDjDFM75fHdS0ySyFnKcTVB4K2+X2rS+4KGV+l2qO7yp4w tJbviOMzZojVvdrpl3uV6tosYsJJQ7D8Dti13abhElJy39fbFmkL7FhXYqYWv0faJZrl1qL4v31w4 F5I9jam9LqyuL93SuDkKoBhROx3pUKBAYEwzb9f1hYtABLprOrTH39ZC7TOMfSsvHBAtz2Lz1iBW1 SUFVEfWs/nUMSv8nhEPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pe3lx-007nog-2i; Mon, 20 Mar 2023 00:53:13 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pe3lt-007nm6-2E; Mon, 20 Mar 2023 00:53:11 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6BF40FEC; Sun, 19 Mar 2023 17:53:46 -0700 (PDT) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E3DD53F885; Sun, 19 Mar 2023 17:52:59 -0700 (PDT) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Samuel Holland , Jernej Skrabec Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , =?UTF-8?q?Andr=C3=A1s=20Szemz=C3=B6?= , Icenowy Zheng , Fabien Poussin , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Belisko Marek Subject: [PATCH v2 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support Date: Mon, 20 Mar 2023 00:52:45 +0000 Message-Id: <20230320005249.13403-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.35.7 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230319_175309_802881_A410E5F5 X-CRM114-Status: GOOD ( 14.79 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, this is v2, mostly acknowledging the fact that there is an Allwinner D1s version of the board as well, thus splitting the board .dts into a shared .dtsi and a stub .dts for the ARM version. I don't have the RISC-V version, so cannot provide (nor test) this .dts file, but creation should be easy, being based on the shared board .dtsi file. Since the D1/D1s .dts files are now merged, this patch set should compile cleanly now. ====================================== The MangoPi MQ-R-T113 is a small SBC with the Allwinner T113-s3 SoC. That is a very close relative to the Allwinner D1/D1s SoCs, but with Arm Cortex-A7 cores, and 128 MB of SIP co-packaged DDR3 DRAM. This series introduces the missing T113-s .dtsi, which builds on top of the D1/D1s .dtsi, but adds the ARM specific peripherals, like the CPU cores, the arch timer, the GIC and the PMU. This requires to add a symlink to the RISC-V DT directory in patch 1/4, to be able to easily reference the base .dtsi from other architecture directories. Since there are versions of the MQ-R boards with the Allwinner D1s, there is shared .dtsi describing the board peripherals, plus a small stub .dts to tie together all bits for the actual board. Cheers, Andre Changelog v1 ... v2: - rebase on top of v6.3-rc3 (including now merged D1/D1s .dtsi files) - refine board naming, stating both RISC-V and ARM versions - move board .dts into a shared .dtsi (to cover RISC-V version) - fix 5V regulator node name Andre Przywara (4): dts: add riscv include prefix link ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi dt-bindings: arm: sunxi: document MangoPi MQ-R board names ARM: dts: sunxi: add MangoPi MQ-R-T113 board .../devicetree/bindings/arm/sunxi.yaml | 5 + .../devicetree/bindings/riscv/sunxi.yaml | 5 + arch/arm/boot/dts/Makefile | 1 + .../dts/sun8i-t113s-mangopi-mq-r-t113.dts | 35 +++++ arch/arm/boot/dts/sun8i-t113s.dtsi | 59 ++++++++ .../boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi | 126 ++++++++++++++++++ scripts/dtc/include-prefixes/riscv | 1 + 7 files changed, 232 insertions(+) create mode 100644 arch/arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts create mode 100644 arch/arm/boot/dts/sun8i-t113s.dtsi create mode 100644 arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi create mode 120000 scripts/dtc/include-prefixes/riscv -- 2.35.7 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel