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 4C34EC433EF for ; Sat, 9 Apr 2022 11:01:40 +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=UBfvCYLHNJZID8ta73R6psqJQYcoOwETyfl5II6NPho=; b=ztSJT3RqsRc7pl 8G4eA3OF6etRdcJE+OrpcLIJnUnyr6u1EjDtX5BLFHLt37+4XVJnxtmm2zbADehf33864Vad/SZxk dhzdzJR2Qby/vqFr/FQ4Vd0vAA/ws/Y99KgxV5s+IfuDoMMVds3HrPNT6gF0HR5QmYCWIqxXFzgSX 8Q631KJ8tVo8rV5GckrVmBQhaGbgLbj01gyKkNqeJLFneyhqAW+VUcPjpv50hk1fSgv9MfLuXziP5 sxOQiFjeQqmVUXWf/YG2Ik82AiRFSg5mmBjrvaZYK62mHcDWnvyUbr0Ri/5T6HvuwLSDtPPso2sbl 7r1Bec5P6yybS6Ql8FtA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nd8qX-002ste-6T; Sat, 09 Apr 2022 11:01:37 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nd8qU-002ssZ-5E; Sat, 09 Apr 2022 11:01:35 +0000 Received: from p508fd313.dip0.t-ipconnect.de ([80.143.211.19] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nd8qM-0000r9-FR; Sat, 09 Apr 2022 13:01:26 +0200 From: Heiko Stuebner To: Dan Johansen , Frank Wunderlich Cc: Frank Wunderlich , linux-rockchip@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Peter Geis , Michael Riesch , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: Aw: Re: Re: [PATCH] arm64: dts: rockchip: Fix clocks for rk356x usb Date: Sat, 09 Apr 2022 13:01:25 +0200 Message-ID: <4559790.iIbC2pHGDl@phil> In-Reply-To: References: <20220409075147.136187-1-linux@fw-web.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220409_040134_265521_889DECC3 X-CRM114-Status: GOOD ( 15.07 ) 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 Am Samstag, 9. April 2022, 12:57:39 CEST schrieb Frank Wunderlich: > Hi > > Gesendet: Samstag, 09. April 2022 um 12:40 Uhr > > Von: "Dan Johansen" > > > So the issue is only with usb 3 ports, not usb 2 ports? > > my board has no standalone usb2-ports. usb2 is integrated into the usb3 ports (dual phy). here both were not working. > > afaik rk3566 has standalone usb2 ports that may not be broken, but i have no such board for testing. As far as I understand the issue now after checking the code, this patch actually fixes the usb3 series from Peter, right? I.e. the usb-nodes that are fixed in this patch are not yet present in the main rk356x dtsi and only get added in "arm64: dts: rockchip: add rk356x dwc3 usb3 nodes" [0] As we don't want to add broken changes, this fix should squashed into a next version of the patch adding the nodes. Heiko [0] https://lore.kernel.org/r/20220408151237.3165046-4-pgwipeout@gmail.com _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 99E44C433F5 for ; Sat, 9 Apr 2022 11:02:36 +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=RFYWd/i1UkOADWWMmQ4no+uTJm5s8lKWnb6s7vdd5bU=; b=lCrFD7sHgHdSU9 HKZNzMlSc2uE19MoPxxMpcX5wPk38uEQ3ZxtKGd9o+MvtagfbCVp9WOYKIvAtp7y7/fWZXSrikXZh e+e7bLeLwX4y9VHhls8qe0WvRfiQJnPgonCBnfDVLZCgujHkirJ8uJjAhOBm7vrNeGediEy55+LxW ZXlCXVW2KRJf8ccP2BAJPAPgStZ2L0DjmrIImKETzLYnKGyQuiiD1guJIpf64v7Pc9aHGtAFV6Vp8 QRxVylyEgjyPTM7BhmBxAc8cAkFEO+hpyx4Z2HM8AlkejlHROWSlqs7EV3yFW9u31XrApWZGq9gv+ FDzk9AsM77/yvc9nqh/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nd8qY-002su3-5j; Sat, 09 Apr 2022 11:01:38 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nd8qU-002ssZ-5E; Sat, 09 Apr 2022 11:01:35 +0000 Received: from p508fd313.dip0.t-ipconnect.de ([80.143.211.19] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nd8qM-0000r9-FR; Sat, 09 Apr 2022 13:01:26 +0200 From: Heiko Stuebner To: Dan Johansen , Frank Wunderlich Cc: Frank Wunderlich , linux-rockchip@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Peter Geis , Michael Riesch , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: Aw: Re: Re: [PATCH] arm64: dts: rockchip: Fix clocks for rk356x usb Date: Sat, 09 Apr 2022 13:01:25 +0200 Message-ID: <4559790.iIbC2pHGDl@phil> In-Reply-To: References: <20220409075147.136187-1-linux@fw-web.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220409_040134_265521_889DECC3 X-CRM114-Status: GOOD ( 15.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Samstag, 9. April 2022, 12:57:39 CEST schrieb Frank Wunderlich: > Hi > > Gesendet: Samstag, 09. April 2022 um 12:40 Uhr > > Von: "Dan Johansen" > > > So the issue is only with usb 3 ports, not usb 2 ports? > > my board has no standalone usb2-ports. usb2 is integrated into the usb3 ports (dual phy). here both were not working. > > afaik rk3566 has standalone usb2 ports that may not be broken, but i have no such board for testing. As far as I understand the issue now after checking the code, this patch actually fixes the usb3 series from Peter, right? I.e. the usb-nodes that are fixed in this patch are not yet present in the main rk356x dtsi and only get added in "arm64: dts: rockchip: add rk356x dwc3 usb3 nodes" [0] As we don't want to add broken changes, this fix should squashed into a next version of the patch adding the nodes. Heiko [0] https://lore.kernel.org/r/20220408151237.3165046-4-pgwipeout@gmail.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62646C433F5 for ; Sat, 9 Apr 2022 11:01:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238500AbiDILDn (ORCPT ); Sat, 9 Apr 2022 07:03:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231465AbiDILDn (ORCPT ); Sat, 9 Apr 2022 07:03:43 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75DD0139271; Sat, 9 Apr 2022 04:01:34 -0700 (PDT) Received: from p508fd313.dip0.t-ipconnect.de ([80.143.211.19] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nd8qM-0000r9-FR; Sat, 09 Apr 2022 13:01:26 +0200 From: Heiko Stuebner To: Dan Johansen , Frank Wunderlich Cc: Frank Wunderlich , linux-rockchip@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Peter Geis , Michael Riesch , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: Aw: Re: Re: [PATCH] arm64: dts: rockchip: Fix clocks for rk356x usb Date: Sat, 09 Apr 2022 13:01:25 +0200 Message-ID: <4559790.iIbC2pHGDl@phil> In-Reply-To: References: <20220409075147.136187-1-linux@fw-web.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Samstag, 9. April 2022, 12:57:39 CEST schrieb Frank Wunderlich: > Hi > > Gesendet: Samstag, 09. April 2022 um 12:40 Uhr > > Von: "Dan Johansen" > > > So the issue is only with usb 3 ports, not usb 2 ports? > > my board has no standalone usb2-ports. usb2 is integrated into the usb3 ports (dual phy). here both were not working. > > afaik rk3566 has standalone usb2 ports that may not be broken, but i have no such board for testing. As far as I understand the issue now after checking the code, this patch actually fixes the usb3 series from Peter, right? I.e. the usb-nodes that are fixed in this patch are not yet present in the main rk356x dtsi and only get added in "arm64: dts: rockchip: add rk356x dwc3 usb3 nodes" [0] As we don't want to add broken changes, this fix should squashed into a next version of the patch adding the nodes. Heiko [0] https://lore.kernel.org/r/20220408151237.3165046-4-pgwipeout@gmail.com