From patchwork Tue Jan 14 00:14:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junhao Xie X-Patchwork-Id: 13938250 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 AB8A4C02180 for ; Tue, 14 Jan 2025 00:17:33 +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=YJs/IaYEWbOBUuUvBjystPyUWcYKZPhlj96Lk8t3H9s=; b=pEGi7/kPEz9Ah9 KkcnFKDAijMAjrdZol9+jW1y5cqXsM5Pey5GqSEsD7r3KrQBA0HBrDXL6U9WEDKlUpI4e2ZYppREK jEXDk3ktuVTZagQDiHMgZKymLPDBho873KGXqCNoNYNckZKeRxr4Bm4n8j+AlQSsU63OZttLY4GsE E/33dwd28+yb2WYbZ6mHsbu5P0ZV5n265ApXsdNBiOfiehqAwyPdDy1DuupjTByHCYZFVtquC1Ajq 6VEmxk2V2kmU4tx9W8eIEgbHQDMLfpygB3l1NaGKeQgsxwxvgzR8/5CCwMZ5oBWjNPMXFcLTz3ZQI r5Jz2N54fMUqgCBxjR9Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tXUca-0000000720Y-0dB1; Tue, 14 Jan 2025 00:17:28 +0000 Received: from [129.204.178.38] (helo=classfun.cn) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tXUa7-000000071YC-2FnK; Tue, 14 Jan 2025 00:14:57 +0000 Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.162.122]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id 29EE978841; Tue, 14 Jan 2025 08:14:45 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn 29EE978841 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1736813687; bh=uXQUmf+sUnAZX17QEqWUsAvmffSZN44xH/IxQSgjoig=; h=From:To:Cc:Subject:Date:From; b=qakSak/b1OejsADI6HfazO/Cm+reAR/lopzCErBFyXv20Ks1JTEgRZ0awRokF6NEk 9/lZrl26bRS5ujcR+e7D0ZdYKX2nn60Bi20UzuzxX5pRnZKVdZmmcx1PBihdxGpU6L vnatJjoo/DBWAWAnX7g67LsC7w1i6kg4i5uOy9oE= From: Junhao Xie To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Jonas Karlman , Chukun Pan , Junhao Xie , FUKAUMI Naoki , Dragan Simic , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v7 0/3] Add support for Ariaboard Photonicat RK3568 Date: Tue, 14 Jan 2025 08:14:08 +0800 Message-ID: <20250114001411.1848529-1-bigfoot@classfun.cn> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250113_161455_977857_90F6F4A4 X-CRM114-Status: GOOD ( 11.03 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Add dts for Ariaboard Photonicat RK3568. This series bring support for: * Debug UART * SDIO QCA9377 WiFi and Bluetooth * M.2 E-Key PCIe WiFi and Bluetooth * M.2 B-Key USB Modem WWAN * Ethernet WAN Port * MicroSD Card slot * eMMC * HDMI Output * Mali GPU * USB Type-A Changed from v1: - remove some general nodes (firmware, ramoops, reboot-mode) - gmac1 change to phy-mode rgmii-id - corrected some regulator to be closer to schematics - rename rk3568-ariaboard-photonicat.dts to rk3568-photonicat.dts https://lore.kernel.org/lkml/20240904111456.87089-1-bigfoot@classfun.cn/ Changed from v2: - remove unused headers - corrected some regulator to be closer to schematics - remove usb_host1_ohci, usb_host1_ehci, usb2phy1_host that have no connection https://lore.kernel.org/lkml/20240906045706.1004813-1-bigfoot@classfun.cn/ Changed from v3: - corrected some regulator to be closer to schematics - changed to using clk32k_out1 in xin32k https://lore.kernel.org/lkml/20240911122809.1789778-2-bigfoot@classfun.cn/ Changed from v4: - corrected some regulator to be closer to schematics - corrected some label to match node name - use resets props in phy node instead deprecated snps,reset-gpio https://lore.kernel.org/lkml/20240914145549.879936-1-bigfoot@classfun.cn/ Changed from v5: - resort regulator nodes - remove dr_mode from usb_host1_xhci https://lore.kernel.org/lkml/20241108031847.700606-1-bigfoot@classfun.cn/ Changed from v6: - fix property gpios to gpio in vcc3v3_pi6c - rename rgmii_phy1 to rgmii_phy - change address from 0x0 to 0x3 in rgmii_phy - add link to downstream board dts https://lore.kernel.org/lkml/20250112073344.1976411-1-bigfoot@classfun.cn/ Junhao Xie (3): dt-bindings: vendor-prefixes: Add prefix for Ariaboard dt-bindings: arm: rockchip: Add Ariaboard Photonicat RK3568 arm64: dts: rockchip: add dts for Ariaboard Photonicat RK3568 .../devicetree/bindings/arm/rockchip.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3568-photonicat.dts | 591 ++++++++++++++++++ 4 files changed, 599 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts