From nobody Thu Oct 2 20:42:51 2025 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 8BDB82749C0 for ; Thu, 11 Sep 2025 20:22:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757622179; cv=none; b=W4WVQb9s1n3Lsw7zbr1eL8KmRr/Foa0wEgYzVmVJdiEsqX8O7NbEVIKh5SrRkFgkEvZDV2nxbKoGkScn0nQKBnHnX5M7xszPtFEDBBzZIvkMrWndyhu3Z/pWNH0a0YzpvpiyNwSk4jSsv/gUd1b1ERJXxrC+JkDf4ksdfZ7UZSk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757622179; c=relaxed/simple; bh=Zw3PY4gOi1NzQluz4bDnOsYHFqh5V0V48Y140HuOBmM=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=iCGF3f48elxhLLgHN6WEYig5jxP1/pNl5GTAkhJu4d3AiCPKMKKTDW9BYNS817agEtK1OQ3es3484kwZGnWzVXPgSanniyjp5i02zPoaksexBk1/5VuZiKXe92b7vfC8QCBdrrDyYsfn8JJ8XsG9yU38Mt7XiyYGTCcZKVQepO4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from dude02.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::28]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uwnog-0005yg-Oh; Thu, 11 Sep 2025 22:22:50 +0200 From: Marco Felsch Date: Thu, 11 Sep 2025 22:22:45 +0200 Subject: [PATCH v4 4/5] dt-bindings: usb: microchip,usb2514: add vbus-supply example Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20250911-v6-16-topic-usb-onboard-dev-v4-4-1af288125d74@pengutronix.de> References: <20250911-v6-16-topic-usb-onboard-dev-v4-0-1af288125d74@pengutronix.de> In-Reply-To: <20250911-v6-16-topic-usb-onboard-dev-v4-0-1af288125d74@pengutronix.de> To: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Fabio Estevam , Matthias Kaehlcke , Liam Girdwood , Mark Brown Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, kernel@pengutronix.de, Marco Felsch X-Mailer: b4 0.14.2 X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::28 X-SA-Exim-Mail-From: m.felsch@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Add an usb hub vbus-supply example to make it easier for users to understand the binding, after the usb-device.yaml gained the support for it. Signed-off-by: Marco Felsch --- Documentation/devicetree/bindings/usb/microchip,usb2514.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml b= /Documentation/devicetree/bindings/usb/microchip,usb2514.yaml index 4e3901efed3fcd4fbbd8cb777f9df4fcadf2ca00..9874bbd03e31fd7ff1c439eb860= a15617f147406 100644 --- a/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml +++ b/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml @@ -86,5 +86,12 @@ examples: compatible =3D "usbb95,772b"; reg =3D <1>; }; + + /* VBUS on the 2nd port is managed by the host */ + ethernet@2 { + compatible =3D "usbb95,772b"; + reg =3D <2>; + vbus-supply =3D <®_5v0_vbus>; + }; }; }; --=20 2.47.3