hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
....@@ -75,8 +75,6 @@
7575 };
7676
7777 &i2c0 {
78
- pinctrl-names = "default";
79
- pinctrl-0 = <&i2c0_pins_a>;
8078 status = "okay";
8179
8280 axp152: pmic@30 {
....@@ -89,8 +87,6 @@
8987 };
9088
9189 &mmc0 {
92
- pinctrl-names = "default";
93
- pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_t003>;
9490 vmmc-supply = <&reg_vcc3v3>;
9591 bus-width = <4>;
9692 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
....@@ -106,13 +102,7 @@
106102 };
107103
108104 &pio {
109
- mmc0_cd_pin_t003: mmc0_cd_pin@0 {
110
- pins = "PG1";
111
- function = "gpio_in";
112
- bias-pull-up;
113
- };
114
-
115
- led_pins_t003: led_pins@0 {
105
+ led_pins_t003: led-pin {
116106 pins = "PB2";
117107 function = "gpio_out";
118108 drive-strength = <20>;
....@@ -131,7 +121,7 @@
131121
132122 &uart0 {
133123 pinctrl-names = "default";
134
- pinctrl-0 = <&uart0_pins_a>;
124
+ pinctrl-0 = <&uart0_pb_pins>;
135125 status = "okay";
136126 };
137127