forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts
....@@ -78,8 +78,6 @@
7878 };
7979
8080 &mmc0 {
81
- pinctrl-0 = <&mmc0_pins>;
82
- pinctrl-names = "default";
8381 broken-cd;
8482 bus-width = <4>;
8583 vmmc-supply = <&reg_vcc3v3>;
....@@ -98,6 +96,6 @@
9896 };
9997
10098 &usbphy {
101
- usb0_id_det-gpio = <&pio 5 6 GPIO_ACTIVE_HIGH>;
99
+ usb0_id_det-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
102100 status = "okay";
103101 };