From patchwork Fri Mar 8 07:35:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Johansen X-Patchwork-Id: 10844299 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 14C7F17E4 for ; Fri, 8 Mar 2019 07:55:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F1F362E2CC for ; Fri, 8 Mar 2019 07:55:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E48F92E2DB; Fri, 8 Mar 2019 07:55:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id A05EE2E2CC for ; Fri, 8 Mar 2019 07:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Subject:To:From:Date:MIME-Version: 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=gC3EV9IJUSRBR8iox2lTR5aSIgfOQ9Axn6RaQBfd340=; b=gzEOhxwdwqrFUa6WPfXN65tbVW B7kSzCM7Mr8lhYwLKSs1astJnghZtnFKVUjNbIiwKkWRXrRKCMEAKJdIpkSmHBjz+OXWRXxLJzlcR tveI5HSVt4Bt0V3Q3FcahNC89OTvfPLgbPYKvOapaSJvGBoBYCyTtdisGI6k7IKyjvJiDb0+djf7W FXeD9M7ufGAy7T89yNF/asClnOISrTsCxleYTsmocQ9AbJYLO21Hc6XGlBfhoQWV6J99yb5072QvH Ct5R03RxDM42SK+R54m7xntfVdXvffrU7Cp0XTii9wTJFqJRcrmi1WOmXr60ggE7VvnJJE1m00WC7 xTUwFLuA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h2ALZ-0008L2-UC; Fri, 08 Mar 2019 07:55:13 +0000 Received: from mail.manjaro.org ([176.9.38.148] helo=manjaro.org) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h2ALR-00079D-Dh; Fri, 08 Mar 2019 07:55:07 +0000 Received: from localhost (localhost [127.0.0.1]) by manjaro.org (Postfix) with ESMTP id 722AD3136589; Fri, 8 Mar 2019 08:35:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xz6QH0xtSd5i; Fri, 8 Mar 2019 08:35:10 +0100 (CET) MIME-Version: 1.0 Date: Fri, 08 Mar 2019 08:35:10 +0100 From: Dan Johansen To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] fix usb2 on rock64 Organization: Manjaro Linux Message-ID: <693449761bdd3e435089e849b0114018@manjaro.org> X-Sender: strit@manjaro.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190307_235505_623135_6785A49E X-CRM114-Status: UNSURE ( 8.40 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From 5d027bc9dc27b7bb46268e2f92e853368e5f097f Mon Sep 17 00:00:00 2001 From: Strit Date: Tue, 5 Mar 2019 16:35:48 +0100 Subject: [PATCH] fix usb2 port on rock64 Fix the issue with usb not getting power on the rock64 board from pine64.org. Signed-off-by: Dan Johansen --- arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index 040b36ef0dd2..4877eb1c095a 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -47,7 +47,7 @@ vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator { compatible = "regulator-fixed"; enable-active-high; - gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>; + gpio = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&usb20_host_drv>; regulator-name = "vcc_host1_5v"; @@ -266,7 +266,7 @@ usb2 { usb20_host_drv: usb20-host-drv { - rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>; + rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>; }; };