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 1795EC4167D for ; Thu, 14 Dec 2023 01:54:02 +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=nW2HRw0n6E6sbrl6a3TyioHe0N/3wVawu6dIgUDpcvM=; b=4IJJY/oi1EDVXj ZRHyzbKh3YuKgTkDfVo/Md0qq3IVu1myqZBx8PjapoeiR6AKLeXbKrAiaPdTRRiYApJApVPOMt6/9 hs0aZucRTHVQvk8LX7JYLyUb1PoO99dXKDa4iFgTZZf4z4SK3zKyJQXt+dNIbNwcFG4fa04aoeaIV IK58nYQZT0swGoU4Ci3f2QizW5Ykouw6t97LZg7QF3Bu2nxFOA+3GkZ3cW/rd010ZkrfM6/ownprO XBK8Up434+kfdvIfQpAU5r9tk2vXcLOJSthaJ/YNOf77Okw2TKc4XI3f9RJWSAJF0eA/g/IOnkxca LrEPqrbT0GWva7mQxtMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDauy-00GS7r-0G; Thu, 14 Dec 2023 01:53:40 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDauq-00GS4l-1p for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 01:53:34 +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 939B8C15; Wed, 13 Dec 2023 17:54:11 -0800 (PST) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5343E3F762; Wed, 13 Dec 2023 17:53:24 -0800 (PST) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Cc: Icenowy Zheng , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [PATCH v2 0/3] arm64: dts: allwinner: Add Transpeed 8K618-T TV box Date: Thu, 14 Dec 2023 01:53:09 +0000 Message-Id: <20231214015312.17363-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.35.8 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_175332_669077_3D1EFAF2 X-CRM114-Status: GOOD ( 10.16 ) 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 A quick update, with the few fixes for issues that reviewers spotted. See below for a changelog. ================================ The Transpeed 8K618-T is one example of various cheap Chinese TV boxes using the Allwinner H618 SoC. It comes with up to 4GB DRAM and up to 128GB eMMC flash, plus the usual HDMI, 100Mbit Ethernet, WiFi/BT and dual USB ports, not to forget the mandatory microSD card slot. More details: https://linux-sunxi.org/Transpeed_8K618-T Ethernet relies on the yet unsupported integrated PHY, and the HDMI output is similarly not yet supported, but patches exist that await polishing for mainline submission. Meanwhile USB and eMMC plus SD card work, so you can hook up an USB Ethernet or WiFi adapter to get things going. This series is the usual trilogy of DT support patches: adding the vendor name in patch 1, the board compatible name in patch 2, and the actual .dts file in patch 3. Please have a look! Thanks, Andre Changelog v1 .. v2: - fix alphabetical ordering in vendor-prefixes - remove unneeded UART1 alias - extend regulator names, drop now redundant comments Andre Przywara (3): dt-bindings: vendor-prefixes: add Transpeed dt-bindings: arm: sunxi: document Transpeed 8K618-T board name arm64: dts: allwinner: h618: add Transpeed 8K618-T TV box .../devicetree/bindings/arm/sunxi.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/allwinner/Makefile | 1 + .../sun50i-h618-transpeed-8k618-t.dts | 161 ++++++++++++++++++ 4 files changed, 169 insertions(+) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h618-transpeed-8k618-t.dts -- 2.35.8 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel