hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 };