aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/armv8multi-sources/files/4.13/0003-ARM64-dts-marvell-armada37xx-Enable-USB2-on-espresso.patch')
-rw-r--r--sys-kernel/armv8multi-sources/files/4.13/0003-ARM64-dts-marvell-armada37xx-Enable-USB2-on-espresso.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/sys-kernel/armv8multi-sources/files/4.13/0003-ARM64-dts-marvell-armada37xx-Enable-USB2-on-espresso.patch b/sys-kernel/armv8multi-sources/files/4.13/0003-ARM64-dts-marvell-armada37xx-Enable-USB2-on-espresso.patch
new file mode 100644
index 0000000..2d864ff
--- /dev/null
+++ b/sys-kernel/armv8multi-sources/files/4.13/0003-ARM64-dts-marvell-armada37xx-Enable-USB2-on-espresso.patch
@@ -0,0 +1,33 @@
+From 497e2c481871be47e2bad3a416615211de9da6d5 Mon Sep 17 00:00:00 2001
+From: Marc Zyngier <Marc.Zyngier@arm.com>
+Date: Sat, 1 Jul 2017 15:16:37 +0100
+Subject: [PATCH 03/14] ARM64: dts: marvell: armada37xx: Enable USB2 on
+ espressobin
+
+The Espressobin SBC has a USB2 interface available on J8. Let's
+enable it.
+
+Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
+---
+ arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
+index e3a136ed77b0..b1af3f988b29 100644
+--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
++++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
+@@ -81,6 +81,11 @@
+ status = "okay";
+ };
+
++/* J8 */
++&usb2 {
++ status = "okay";
++};
++
+ &mdio {
+ switch0: switch0@1 {
+ compatible = "marvell,mv88e6085";
+--
+2.15.0
+