hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts
....@@ -70,13 +70,9 @@
7070 };
7171 };
7272
73
-&mmc1_pins_a {
74
- bias-pull-up;
75
-};
76
-
7773 &mmc1 {
7874 pinctrl-names = "default";
79
- pinctrl-0 = <&mmc1_pins_a>;
75
+ pinctrl-0 = <&mmc1_pg_pins>;
8076 vmmc-supply = <&reg_dldo1>;
8177 bus-width = <4>;
8278 non-removable;
....@@ -88,7 +84,7 @@
8884 };
8985
9086 &r_pio {
91
- led_pin_d978: led_pin_d978@0 {
87
+ led_pin_d978: led-pin {
9288 pins = "PL5";
9389 function = "gpio_out";
9490 drive-strength = <20>;
....@@ -101,7 +97,7 @@
10197
10298 &uart1 {
10399 pinctrl-names = "default";
104
- pinctrl-0 = <&uart1_pins_a>,
105
- <&uart1_pins_cts_rts_a>;
100
+ pinctrl-0 = <&uart1_pg_pins>,
101
+ <&uart1_cts_rts_pg_pins>;
106102 status = "okay";
107103 };