From patchwork Thu Jul 4 12:53:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 1956870 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WFGmm6ndWz1xqb for ; Thu, 4 Jul 2024 22:54:00 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E08EA885D7; Thu, 4 Jul 2024 14:53:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A2265886A3; Thu, 4 Jul 2024 14:53:55 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,RCVD_IN_VALIDITY_CERTIFIED_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from smtp-190e.mail.infomaniak.ch (smtp-190e.mail.infomaniak.ch [185.125.25.14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A083588363 for ; Thu, 4 Jul 2024 14:53:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=foss+uboot@0leil.net Received: from smtp-3-0000.mail.infomaniak.ch (smtp-3-0000.mail.infomaniak.ch [10.4.36.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4WFGmd2CYjzTZ7; Thu, 4 Jul 2024 14:53:53 +0200 (CEST) Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4WFGmb4mpczlcq; Thu, 4 Jul 2024 14:53:51 +0200 (CEST) From: Quentin Schulz Subject: [PATCH 0/3] rockchip: enable PCIe/NVMe support for Theobroma RK3588 devices Date: Thu, 04 Jul 2024 14:53:30 +0200 Message-Id: <20240704-tsd-rk3588-nvme-v1-0-fb9e8dde9570@cherry.de> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAEqbhmYC/x3MQQqAIBBA0avErBswNbKuEi3MphoiC40IpLsnL d/i/wSRAlOErkgQ6ObIh8+oygLcav1CyFM2SCG1aITGK04YNlUbg/7eCa2tlHJSu7ElyNUZaOb nP/bD+3698U7CYQAAAA== To: Sumit Garg , Simon Glass , Philipp Tomsich , Kever Yang , Tom Rini , Klaus Goger , Heiko Stuebner Cc: u-boot@lists.denx.de, Quentin Schulz , Heiko Stuebner , Quentin Schulz X-Mailer: b4 0.14.0 X-Infomaniak-Routing: alpha X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Jaguar has an M.2 M-KEY slot for NVMes and Tiger exposes the signals to the Q7 connector which is then routed on the Haikou devkit's `PCI Express` connector. With the help of a PCIe to NVMe adapter, NVMes can be used on Tiger Haikou as well. Signed-off-by: Quentin Schulz Acked-by: Sumit Garg --- Heiko Stuebner (1): arm64: dts: rockchip: add PCIe3 support on rk3588-jaguar Quentin Schulz (2): rockchip: jaguar-rk3588: add PCIe M.2 M-KEY NVMe support rockchip: tiger-rk3588: add PCIe support configs/jaguar-rk3588_defconfig | 5 ++ configs/tiger-rk3588_defconfig | 4 ++ dts/upstream/src/arm64/rockchip/rk3588-jaguar.dts | 59 +++++++++++++++++++++++ 3 files changed, 68 insertions(+) --- base-commit: 0f073e022ddc5070e5df1d053e4bdc1874fbcc0f change-id: 20240704-tsd-rk3588-nvme-aa133c24cb9e Best regards,