From 50a212ec906f7524620675f0c57357691c26c81f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 16 Oct 2024 01:20:19 +0000
Subject: [PATCH] 修改GPIO导出默认初始值
---
kernel/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts b/kernel/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
index 333df90..2e4587d 100644
--- a/kernel/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
+++ b/kernel/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
@@ -78,8 +78,6 @@
};
&mmc0 {
- pinctrl-0 = <&mmc0_pins>;
- pinctrl-names = "default";
broken-cd;
bus-width = <4>;
vmmc-supply = <®_vcc3v3>;
@@ -98,6 +96,6 @@
};
&usbphy {
- usb0_id_det-gpio = <&pio 5 6 GPIO_ACTIVE_HIGH>;
+ usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
status = "okay";
};
--
Gitblit v1.6.2