From patchwork Fri Feb 9 18:17:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 13551722 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 C9397C4829E for ; Fri, 9 Feb 2024 18:18:55 +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:References:In-Reply-To: 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: List-Owner; bh=0KYEapy9Og5etTqBoMjQvwZ1W17+QeLQSF2Ffzjv6JE=; b=lMH+xv5EKUmZaG P2ZlABiQZNQzXOLpGG+g/+HGkmyNKhQY/41IuYx0dcYqs9JEato06NSdpAEgwwfe5VFV4LyFUIOXw Y/eqowoDsYbZ4WKYUlAV/6mpv3BYMTEToHpURsnHFZUV/Or2ugoYhbJiCoGscxlAtE2nei0vfRyhN e67JEKcPnmVDP+62DAFKJcI5yCrgJrflUioaI9dOIo4JkMnryJXxZaVop0RSkZw1qnh3qDJyN2QC7 2jv5zsw+PrNVtJviFXx5pvd4qFXVfEj5kABV1pStZgCZNz+299yN0bW1X0dVn5L3GUHUD6DxoCVM5 K+6pPwDwOp0jv0JbEU7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYVSU-00000000Dla-2otp; Fri, 09 Feb 2024 18:18:42 +0000 Received: from madrid.collaboradmins.com ([2a00:1098:ed:100::25]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYVSO-00000000Dh5-3mxC; Fri, 09 Feb 2024 18:18:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1707502713; bh=MpboPBc+N4LaDq5m0T4vAFnpYG6z/CneePQ9zzqz5/o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HkFuhZL1qFCQBpdaVTY/tAV4eh9SR49iN/g13SDf6IYoVfwscaqvPphx2VNMv6NTW dOAcaPW3XYnxTFT4fJMiALVv+hQOR+KokkBXI8ApCe/Ap2VCjsohJOMBlhPX1o6Ohf xUGlY+BLutLYQyCnJRr/ZdRPZYdchKn/52ZntDSVY9E5ZdGoiPBnaITi5aIlrRbBKS yV1H9x6oxygrX3H5JTueONSnURVILzxTsHZtYeU8t6YIyIEEwR2PsJPinwybxZfcpF GXlrbH4dByQTlNmJqNa54Qoal8NpuWOQYekry6B7+JJEzaA8yiYazAKKySLxfX9MtA I2ynmsgmBawoQ== Received: from jupiter.universe (cola.collaboradmins.com [195.201.22.229]) (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 madrid.collaboradmins.com (Postfix) with ESMTPSA id 0545E378208C; Fri, 9 Feb 2024 18:18:33 +0000 (UTC) Received: by jupiter.universe (Postfix, from userid 1000) id 8FDF54800D0; Fri, 9 Feb 2024 19:18:32 +0100 (CET) From: Sebastian Reichel To: Heiko Stuebner , Vinod Koul , Kishon Vijay Abraham I , linux-rockchip@lists.infradead.org, linux-phy@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Frank Wang , Kever Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCH v1 02/10] dt-bindings: soc: rockchip: add rk3588 USB3 syscon Date: Fri, 9 Feb 2024 19:17:18 +0100 Message-ID: <20240209181831.104687-3-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240209181831.104687-1-sebastian.reichel@collabora.com> References: <20240209181831.104687-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240209_101837_309708_F032F5B7 X-CRM114-Status: UNSURE ( 8.81 ) 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 RK3588 USB3 support requires the GRF for USB and USBDP PHY. Signed-off-by: Sebastian Reichel Acked-by: Conor Dooley --- Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml index 20bc1f46384c..12e7a78f7f6b 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -28,6 +28,8 @@ properties: - rockchip,rk3588-sys-grf - rockchip,rk3588-pcie3-phy-grf - rockchip,rk3588-pcie3-pipe-grf + - rockchip,rk3588-usb-grf + - rockchip,rk3588-usbdpphy-grf - rockchip,rk3588-vo-grf - rockchip,rk3588-vop-grf - rockchip,rv1108-usbgrf