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 A2C98C48286 for ; Sun, 4 Feb 2024 09:44:32 +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=LukiE9HTepy/UUbw1nzGEvUxRougvGSO5rk/58O8YgM=; b=uUUNMf/zMr7EEt pU2eCtSFlWFCnUJ1S4U7SUdLEF+ANdlSAp/movwmcE5lCLDJ0weg4eZ6jXjOd4ePOxR9quLzERXvF mHBSc0qWrRQVunRCVAWF84LglBjECZH58BHGhDAXyy1DGCTY+YeIapzhLfi9XLIfKxJWp9NVXt4Jr CZdH2b4vQAqDXjzbkDKQMDGxaF3tCkJQYD/1iZ8oiVx6VoebBYk8mrI/jJaxtyHjiKxrTYQBnC5WY M5OmEW0DOau9SMZjutJIu6+KT13ZdnT1DJIuTv6SJJv4ifeeBwZ+8TOX1O5e9C8tV+7/759KVxNar 9M6HjpMYPNOn2jbzp8ug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rWZ2z-00000000WG0-2rmo; Sun, 04 Feb 2024 09:44:21 +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 1rWZ2w-00000000WFW-3EwT for linux-arm-kernel@lists.infradead.org; Sun, 04 Feb 2024 09:44:20 +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 D78511FB; Sun, 4 Feb 2024 01:44:56 -0800 (PST) Received: from e110479.fosdem.net (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2643D3F738; Sun, 4 Feb 2024 01:44:11 -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, Nick Alilovic Subject: [PATCH 0/3] arm64: dts: allwinner: Add Remix Mini PC support Date: Sun, 4 Feb 2024 10:44:01 +0100 Message-Id: <20240204094404.149776-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-20240204_014418_881234_7D2ED4D8 X-CRM114-Status: UNSURE ( 9.43 ) X-CRM114-Notice: Please train this message. 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 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! Cheers, Andre 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 | 357 ++++++++++++++++++ 4 files changed, 366 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