hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
....@@ -94,8 +94,6 @@
9494 };
9595
9696 &i2c0 {
97
- pinctrl-names = "default";
98
- pinctrl-0 = <&i2c0_pins_a>;
9997 status = "okay";
10098
10199 axp209: pmic@34 {
....@@ -109,14 +107,10 @@
109107 };
110108
111109 &i2c1 {
112
- pinctrl-names = "default";
113
- pinctrl-0 = <&i2c1_pins_a>;
114110 status = "disabled";
115111 };
116112
117113 &i2c2 {
118
- pinctrl-names = "default";
119
- pinctrl-0 = <&i2c2_pins_a>;
120114 status = "disabled";
121115 };
122116
....@@ -124,7 +118,7 @@
124118 vref-supply = <&reg_ldo2>;
125119 status = "okay";
126120
127
- button@984 {
121
+ button-984 {
128122 label = "Home";
129123 linux,code = <KEY_HOMEPAGE>;
130124 channel = <0>;
....@@ -133,8 +127,6 @@
133127 };
134128
135129 &mmc0 {
136
- pinctrl-names = "default";
137
- pinctrl-0 = <&mmc0_pins_a>;
138130 vmmc-supply = <&reg_vcc3v3>;
139131 bus-width = <4>;
140132 broken-cd;
....@@ -143,7 +135,7 @@
143135
144136 &mmc2 {
145137 pinctrl-names = "default";
146
- pinctrl-0 = <&mmc2_4bit_pins_a>;
138
+ pinctrl-0 = <&mmc2_4bit_pc_pins>;
147139 vmmc-supply = <&reg_vcc3v3>;
148140 bus-width = <4>;
149141 broken-cd;
....@@ -204,7 +196,7 @@
204196
205197 &uart1 {
206198 pinctrl-names = "default";
207
- pinctrl-0 = <&uart1_pins_b>;
199
+ pinctrl-0 = <&uart1_pg_pins>;
208200 status = "okay";
209201 };
210202
....@@ -214,9 +206,8 @@
214206 };
215207
216208 &usbphy {
217
- pinctrl-names = "default";
218
- usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
219
- usb0_vbus_det-gpio = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
209
+ usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
210
+ usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
220211 usb0_vbus-supply = <&reg_usb0_vbus>;
221212 usb1_vbus-supply = <&reg_vcc5v0>;
222213 status = "okay";