From mboxrd@z Thu Jan 1 00:00:00 1970 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 70566C3ABAA for ; Sat, 3 May 2025 20:18:52 +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=t/sGMHNm889tnRx+Rd+YluW9Bq49yggZRtr0oVLvuYE=; b=AmvV8m9v2LhmMU BbzyDx31MgNJH16GNEWzhjtuengy4S80vYRFCSdqvVE9Crx84x1l/HadvVJ8ZEpo2d6fnUynw4/kU Jb9cEnYalFhbTkafp/3c/9IA+IEZmiITw8RrA/2lgTexCSAFC6ohDUqdDqxkWwn6/EAROsdTtKpx3 VxKtT2vlP+mOdPes9Dhf80hp43Q38SIjOBhFli4QGyphyv+wSEl4bJBy3bsBdVIeX/BYUIM22XeqW vqYUCJ0/AOkPsVy9V77mrQIJp7AZrfYa1Nb4vt321Dt1D9i6ccRGlX8VMKJ+aAmY14ldF2QuD68ak pN3mD+mwO1Y0O2SE3F5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uBJJx-00000004SVv-0nVf; Sat, 03 May 2025 20:18:49 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uBJGi-00000004SAG-1P4I; Sat, 03 May 2025 20:15:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References; bh=gH2+1VtxfEdmAeyQLvI3/wPTQrCH5G9W+C09NAWMwXs=; b=MtlBx+YkkbvsT9O8zXz8IANIRY F6Br6B61gGkNBzEHdeqhYmVYnc2Q8e6ZuHhq/4vbyETfkuYU7wm0QFex7wMJPrl4/yEQtaW1VXasN qSAkpQvjdXh4Q+N3428yzMIQhGqSaJRZvZaECxyLJ14t2EkLBlbDynmsBnukq0n3sFBx9EPeP28aX A3XYnwNxqg7re6L4dvqlMRrQTblqNA7PvtMMe5A6ybDclzkJBcGZjGoTqQpSTaq4tssNV8oDZOchO GaZNIT8C6Q65Ugynm/gQKUKEDYBK//okjNCIHXJ9+K4hFl1g2YygLQMEbZ0MpNx/KlmQ91PXlNDGi NO4/mdgA==; Received: from i53875bbc.versanet.de ([83.135.91.188] helo=localhost.localdomain) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uBJGg-0001hY-Va; Sat, 03 May 2025 22:15:27 +0200 From: Heiko Stuebner To: vkoul@kernel.org, kishon@kernel.org Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, heiko@sntech.de, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] usb-phy support for the old rk3036 soc Date: Sat, 3 May 2025 22:15:09 +0200 Message-ID: <20250503201512.991277-1-heiko@sntech.de> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250503_131528_375301_4DF4672B X-CRM114-Status: UNSURE ( 8.37 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org While trying to resurrect the rk3036 board in my boardfarm, I also implemented the up to now missing usb2phy support. The implementation is quite similar to the rk3128, except the not- supported charger-detection, so its addition was quite simple. Heiko Stuebner (3): dt-bindings: phy: rockchip,inno-usb2phy: add rk3036 compatible phy: rockchip: inno-usb2: add phy definition for rk3036 ARM: dts: rockchip: add rk3036 usb2phy nodes and enable them on kylin .../bindings/phy/rockchip,inno-usb2phy.yaml | 2 ++ arch/arm/boot/dts/rockchip/rk3036-kylin.dts | 12 +++++++ arch/arm/boot/dts/rockchip/rk3036.dtsi | 35 +++++++++++++++++++ drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 32 +++++++++++++++++ 4 files changed, 81 insertions(+) -- 2.47.2 _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip