forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/sun8i-a23-polaroid-mid2407pxe03.dts
....@@ -54,8 +54,6 @@
5454
5555 wifi_pwrseq: wifi_pwrseq {
5656 compatible = "mmc-pwrseq-simple";
57
- pinctrl-names = "default";
58
- pinctrl-0 = <&wifi_pwrseq_pin_mid2407>;
5957 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
6058 /* The esp8089 needs 200 ms after driving wifi-en high */
6159 post-power-on-delay-ms = <200>;
....@@ -71,7 +69,7 @@
7169
7270 &mmc1 {
7371 pinctrl-names = "default";
74
- pinctrl-0 = <&mmc1_pins_a>;
72
+ pinctrl-0 = <&mmc1_pg_pins>;
7573 vmmc-supply = <&reg_dldo1>;
7674 mmc-pwrseq = <&wifi_pwrseq>;
7775 bus-width = <4>;
....@@ -82,17 +80,6 @@
8280 compatible = "esp,esp8089";
8381 reg = <1>;
8482 esp,crystal-26M-en = <2>;
85
- };
86
-};
87
-
88
-&mmc1_pins_a {
89
- bias-pull-up;
90
-};
91
-
92
-&r_pio {
93
- wifi_pwrseq_pin_mid2407: wifi_pwrseq_pin@0 {
94
- pins = "PL6";
95
- function = "gpio_out";
9683 };
9784 };
9885