From patchwork Tue Nov 26 07:38:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: E Shattow X-Patchwork-Id: 13885537 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 3F207D5A6EB for ; Tue, 26 Nov 2024 07:45:22 +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=a9dptmwtohLLiEYUKkby/unrg7mAtqmws85Js+pq79o=; b=d9k7mTi/I6h3no H1l6XctssAyE6eD2c7r4oPac5GlY75s0qoJeinnmTRRslrHGzVqOsSKgfo+Sf2KajuofeyCkzRtXl DAzwmHzJABINP2vQdODVw6Hzg6S9wTt5N5i8IUKzWjhuynwZR1LHFgxloVy9wDdQu6kqfaFKSw59Z KCjpb/RoGyi5ifkeY11qjW4nrBOFkMCVb0qgenmeBYDn3vSWTU4NDXEIyl6311WHpq5PhALK6V4Yi zm7bHogxZYVcfO2xTwrjjcDMP3uwcJfhFcHfk1uPdTT2uVh7xt17AiUz3hXaFOxNh+IGp/cD41fLm O4ngoOPCgBZ6PcOI4nvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tFqFv-00000009sNi-3xeL; Tue, 26 Nov 2024 07:45:07 +0000 Received: from freeshell.de ([2a01:4f8:231:482b::2]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tFqFt-00000009sMb-1BrH for linux-riscv@lists.infradead.org; Tue, 26 Nov 2024 07:45:06 +0000 Received: from hay.lan. (unknown [IPv6:2605:59c8:31de:bf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 5E39DB2C2215; Tue, 26 Nov 2024 08:39:40 +0100 (CET) From: E Shattow To: Henry Bell Cc: E Shattow , Conor Dooley , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 1/1] riscv: dts: starfive: jh7110-pine64-star64: enable usb0 host function Date: Mon, 25 Nov 2024 23:38:17 -0800 Message-ID: <20241126073836.17208-2-e@freeshell.de> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241126073836.17208-1-e@freeshell.de> References: <20241126073836.17208-1-e@freeshell.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241125_234505_462834_8905E275 X-CRM114-Status: UNSURE ( 7.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Pine64 Star64 set JH7110 on-chip USB host mode and vbus pin assignment Signed-off-by: E Shattow --- .../boot/dts/starfive/jh7110-pine64-star64.dts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts b/arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts index fe4a490ecc61..b764d4d92fd9 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts +++ b/arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts @@ -80,7 +80,23 @@ &spi0 { status = "okay"; }; +&sysgpio { + usb0_pins: usb0-0 { + vbus-pins { + pinmux = ; + bias-disable; + input-disable; + input-schmitt-disable; + slew-rate = <0>; + }; + }; +}; + &usb0 { - dr_mode = "peripheral"; + dr_mode = "host"; + pinctrl-names = "default"; + pinctrl-0 = <&usb0_pins>; status = "okay"; };