From patchwork Wed Sep 11 12:28:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junhao Xie X-Patchwork-Id: 13800381 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 9226DEE499F for ; Wed, 11 Sep 2024 12:29:58 +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=bb+vHfnLWxRFRsz+K2O6NDe4z8YgG+5kGFAe/JRayAM=; b=0VatPZR0tcB+nc Dakth7baF8GnsmmgYyOvRgrXudz76tlYTfuSpB7tt5qYYLZwNnvdMcZAdYwcW62f+VGVmurVSLAW+ TarO1J01OWHuZ8hWE/KbVveT6X2wE84q57H+mbpOHCpQ2pKERKU4iTHgWf36xDajuDMy4Bpt8IWdY KvHnxQXIM2/Pmjhy7zgfvoRlU+9eB3khRejIjQrhTNqAbEd0utEyMGsRMbxu8mfngFqb9vbdsWXE2 XL2ngHtmHbECr2K/CHr8owiK/+sSPVKGY2DOMUMrfIdhYBiQxcbKX2TehqKnfILWpOdkUVwcODOZ2 SytnOgDboDnAxy9geQzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1soMTr-00000009U0a-1PCP; Wed, 11 Sep 2024 12:29:55 +0000 Received: from [129.204.178.38] (helo=classfun.cn) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1soMSn-00000009Tgm-08k4; Wed, 11 Sep 2024 12:28:50 +0000 Received: from bigfoot-server-storage.classfun.cn (unknown [124.72.163.173]) (Authenticated sender: bigfoot) by classfun.cn (Postfix) with ESMTPSA id D806678906; Wed, 11 Sep 2024 20:28:37 +0800 (CST) DKIM-Filter: OpenDKIM Filter v2.11.0 classfun.cn D806678906 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=classfun.cn; s=default; t=1726057722; bh=84RhzK7ckLC2VZH9E5EktRcm76BXvzf4lS+tQumGGhY=; h=From:To:Cc:Subject:Date:From; b=Svz5UkDhInjSesuI1QpGpTdb90UvxkZhY9KLpoL1u4PyeroG1IfbVM/wX2sJnO+0F vPTK6mQqo4OpBrbalaF1aP/3bvRqsmXrcmNxCsCXXE5afLGXwFo4+DrWdZy40adLlb DVwA9sVmVzieEr1Zh4w5H5MAmuU4KSrzvB/yQraw= 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 v3 0/3] Add support for Ariaboard Photonicat RK3568 Date: Wed, 11 Sep 2024 20:28:07 +0800 Message-ID: <20240911122809.1789778-2-bigfoot@classfun.cn> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240911_052849_497798_F8B4F568 X-CRM114-Status: UNSURE ( 9.99 ) X-CRM114-Notice: Please train this message. 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: - move some general nodes (firmware, ramoops, reboot-mode) to rk356x.dtsi - 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/ 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 | 586 ++++++++++++++++++ 4 files changed, 594 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts