[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230629-usb0-as-peripheral-v1-3-167f78a11746@baylibre.com>
Date: Thu, 29 Jun 2023 15:09:57 +0200
From: Julien Panis <jpanis@...libre.com>
To: Tony Lindgren <tony@...mide.com>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-omap@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, vigneshr@...com, nm@...com,
Julien Panis <jpanis@...libre.com>
Subject: [PATCH 3/3] ARM: dts: am335x-icev2: Use usb0 as peripheral
This patch configures usb0 dr_mode as peripheral.
This USB port is mainly used for RNDIS and DFU.
Signed-off-by: Julien Panis <jpanis@...libre.com>
---
arch/arm/boot/dts/am335x-icev2.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
index 5835c0cdda50..203e374676d3 100644
--- a/arch/arm/boot/dts/am335x-icev2.dts
+++ b/arch/arm/boot/dts/am335x-icev2.dts
@@ -360,6 +360,10 @@ adc {
};
};
+&usb0 {
+ dr_mode = "peripheral";
+};
+
#include "tps65910.dtsi"
&tps {
--
2.37.3
Powered by blists - more mailing lists