From nobody Sat Nov 23 11:28:14 2024 Received: from freeshell.de (freeshell.de [116.202.128.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E17CC14265F; Tue, 19 Nov 2024 03:12:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.202.128.144 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731985969; cv=none; b=LXlUG3tGyVegNX5qi/rJ0/DllObBqdVKdixzhLMsy9iv50Kwu6dsBkc03Q9hE7PxdZPrIl73+MHNTPVV42NbWE9UiK/8r9f+kpYe1VUOVBTvnuAy0IRDdcjDlnBrsjRFOx0c8nWzLzUS66H+q3MnU4QFqgyovJxUOSIDbLWJ/Jc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731985969; c=relaxed/simple; bh=55lsoAMqnQW7RdluKV+aM23Lg9U3u195xDvNC5mF7TI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RwL3ohhQqtedHFb7vzvk0LnrEQfUnAlPljFnh1wNyWuad5N6mD4EiJzgxKHpEkmZAObR30UjLFXNpKhEJLzYImMFDw9HQklx0691hceyQ9u3fH56Q2bOP1e6cnHfvQfmZjZz241K+Dw46W5UD9CISDRCzqm7H9RSmX2BojLAncs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de; spf=pass smtp.mailfrom=freeshell.de; arc=none smtp.client-ip=116.202.128.144 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=freeshell.de Received: from hay.lan. (unknown [IPv6:2605:59c8:31de:bf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id E0AA1B22848E; Tue, 19 Nov 2024 04:12:42 +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 v2 1/1] riscv: dts: starfive: jh7110-pine64-star64: enable usb0 host function Date: Mon, 18 Nov 2024 19:12:19 -0800 Message-ID: <20241119031232.50726-2-e@freeshell.de> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241119031232.50726-1-e@freeshell.de> References: <20241119031232.50726-1-e@freeshell.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Pine64 Star64 set host mode and vbus pin for JH7110 on-chip USB 2.0 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/r= iscv/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 =3D "okay"; }; =20 +&sysgpio { + usb0_pins: usb0-0 { + vbus-pins { + pinmux =3D ; + bias-disable; + input-disable; + input-schmitt-disable; + slew-rate =3D <0>; + }; + }; +}; + &usb0 { - dr_mode =3D "peripheral"; + dr_mode =3D "host"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&usb0_pins>; status =3D "okay"; }; --=20 2.45.2