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 E5F1EC48297 for ; Fri, 9 Feb 2024 11:40:43 +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=8hQaAVY5fzuxGKH0xlTqeH2SpjPzGXTS7TnOyBo4THQ=; b=YEQh3gVGjOXNyj L+L6ZW8IP+roFg/OKYQ+z1pp90IP9s3em8X0k9oYi8a4vlPDI/epmdGJD+cq3bMGr27LV8OupWorM LsgIdUYpOXvcAvqGN9m477TKzIJ/exEbj3QAGvO2iIOaZJSK821fxmyd08GNS3ACAK8DHM3hnYNyi fRX4PDftUgMUK4Gh6vbCRUJiULvk37eOlTrKMKnsHYRqNOHJzj+ID//83HoeI/fm/UHuXvAPUDXFV bUD65Nhk59kVCfesgpb2Y+CTmCYu7rYs1fEzFizoDK9JehArKrZ/Mhq4ZKK5gr57caKu0TInPH+mF +sPGVdh+NcQ/JRza9Chg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYPFA-0000000GsxM-2mTa; Fri, 09 Feb 2024 11:40:32 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYPF7-0000000Gsvy-1hmd for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 11:40:30 +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 DA118DA7; Fri, 9 Feb 2024 03:41:06 -0800 (PST) Received: from donnerap.arm.com (donnerap.manchester.arm.com [10.32.100.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 809C43F762; Fri, 9 Feb 2024 03:40:23 -0800 (PST) From: Andre Przywara To: Jernej Skrabec , Chen-Yu Tsai , Samuel Holland , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-sunxi@lists.linux.dev, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/3] arm64: dts: allwinner: Add Remix Mini PC support Date: Fri, 9 Feb 2024 11:40:15 +0000 Message-Id: <20240209114018.3580370-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240209_034029_512088_7CE6F4FF X-CRM114-Status: GOOD ( 11.53 ) 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, a small update, addressing the review comments and adding tags. See below for a changelog. ========================================== These are the DT support patches for the Jide Remix Mini PC, a now somewhat dated Mini-PC, once shipped with some kind of desktop Android OS. It sports an Allwinner H64 SoC, which is basically the same as the venerable A64. To make it stick out of the crowd, the SoC has "secure boot" enabled, which just means it needs a different (signed) boot code package, already supported by mainline U-Boot. Fortunately there is no public key burned into the SoC, so any key can be used: the U-Boot build system will just make one up. Apart from Ethernet (blocked by the AC200 PHY) everything should work, including WiFi and Bluetooth. Please have a look! Changelog v1 .. v2: - Update copyright year - Remove not-working MMC DDR speed mode - Add HS-400 speed mode property (used by the BSP kernel) - Remove superfluous pinctrl-names property Andre Przywara (3): dt-bindings: vendor-prefixes: add Jide dt-bindings: arm: sunxi: document Remix Mini PC name arm64: dts: allwinner: Add Jide Remix Mini PC support .../devicetree/bindings/arm/sunxi.yaml | 6 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/allwinner/Makefile | 1 + .../allwinner/sun50i-h64-remix-mini-pc.dts | 356 ++++++++++++++++++ 4 files changed, 365 insertions(+) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h64-remix-mini-pc.dts -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel