mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-24 05:28:50 +01:00
36 lines
877 B
Diff
36 lines
877 B
Diff
From 9163e2926190307570c421c5f6e06057fd87a224 Mon Sep 17 00:00:00 2001
|
|
From: Michel Stempin <michel.stempin@wanadoo.fr>
|
|
Date: Tue, 19 Mar 2019 22:48:08 +0100
|
|
Subject: [PATCH 3/9] removed USB OTG
|
|
|
|
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
|
|
---
|
|
arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
|
|
index ded54df..99785b0 100644
|
|
--- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
|
|
@@ -116,7 +116,7 @@
|
|
status = "okay";
|
|
};*/
|
|
|
|
-&usb_otg {
|
|
+/*&usb_otg {
|
|
dr_mode = "otg";
|
|
status = "okay";
|
|
};
|
|
@@ -124,7 +124,7 @@
|
|
&usbphy {
|
|
usb0_id_det-gpio = <&pio 5 6 GPIO_ACTIVE_HIGH>;
|
|
status = "okay";
|
|
-};
|
|
+};*/
|
|
|
|
&spi0 {
|
|
status = "okay";
|
|
--
|
|
2.7.4
|
|
|