hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.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_mid2809>;
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>;
....@@ -64,7 +62,7 @@
6462
6563 &mmc1 {
6664 pinctrl-names = "default";
67
- pinctrl-0 = <&mmc1_pins_a>;
65
+ pinctrl-0 = <&mmc1_pg_pins>;
6866 vmmc-supply = <&reg_dldo1>;
6967 mmc-pwrseq = <&wifi_pwrseq>;
7068 bus-width = <4>;
....@@ -75,17 +73,6 @@
7573 compatible = "esp,esp8089";
7674 reg = <1>;
7775 esp,crystal-26M-en = <2>;
78
- };
79
-};
80
-
81
-&mmc1_pins_a {
82
- bias-pull-up;
83
-};
84
-
85
-&r_pio {
86
- wifi_pwrseq_pin_mid2809: wifi_pwrseq_pin@0 {
87
- pins = "PL6";
88
- function = "gpio_out";
8976 };
9077 };
9178