From patchwork Wed Jul 12 16:51:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 702429 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9032C001DE for ; Wed, 12 Jul 2023 16:52:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233389AbjGLQwu (ORCPT ); Wed, 12 Jul 2023 12:52:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233186AbjGLQws (ORCPT ); Wed, 12 Jul 2023 12:52:48 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 951651718; Wed, 12 Jul 2023 09:52:46 -0700 (PDT) Received: from jupiter.universe (dyndsl-091-248-191-111.ewe-ip-backbone.de [91.248.191.111]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id E941D6606FEC; Wed, 12 Jul 2023 17:52:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1689180765; bh=o5jGOCe3JrCIePhdA38C/esV4A5QqCAZDo9gwsQJ8E0=; h=From:To:Cc:Subject:Date:From; b=WcAqPxZhX7zAPB4mH9fCd/j4+8vpaij20ovYwitZidvoYe/yuCK1ui6TaMObwzFyr T+AUyeui/zMalRo/mnoWszTQVMkZ4rQxEu0+L0R7imvp4RIfM/is11XEJMrmfC17c/ SSIUmyGyGXu5b0kKxlogY4N2fI/Le+XkUPvEMlN+Yj0NOvzBDcAa4gwpzVXKC9WqpK h9HhQuStQ18izoCotrT2vpkxtNpC9kbwdGvYaOOm2jwX3kykv/8PXv1E9RNJoQcKL5 n+OvJmUdorvYCFPc6QVH32TAnmbABgGLqOcDSA9XPSEElVbKu50vtRXjifG5LYXJjN A+qKiuwjRYrpA== Received: by jupiter.universe (Postfix, from userid 1000) id 16FF2480592; Wed, 12 Jul 2023 18:52:43 +0200 (CEST) From: Sebastian Reichel To: linux-rockchip@lists.infradead.org, Heiko Stuebner Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCH v1 0/4] RK3588 USB2 support Date: Wed, 12 Jul 2023 18:51:02 +0200 Message-Id: <20230712165106.65603-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, This adds USB2 support to Rock 5A, 5B and the EVB1. The necessary USB2 PHY changes have been queued to the PHY tree and are available in linux-next. -- Sebastian Sebastian Reichel (4): arm64: dts: rockchip: rk3588: add USB2 support arm64: dts: rockchip: rk3588-evb1: add USB2 arm64: dts: rockchip: rk3588-rock5b: add USB2 arm64: dts: rockchip: rk3588s-rock5a: add USB2 .../boot/dts/rockchip/rk3588-evb1-v10.dts | 74 +++++++++++++++ .../boot/dts/rockchip/rk3588-rock-5b.dts | 55 +++++++++++ .../boot/dts/rockchip/rk3588s-rock-5a.dts | 78 +++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 94 +++++++++++++++++++ 4 files changed, 301 insertions(+)