forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts
....@@ -76,8 +76,6 @@
7676 };
7777
7878 &mmc0 {
79
- pinctrl-names = "default";
80
- pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_r7>;
8179 vmmc-supply = <&reg_vcc3v3>;
8280 bus-width = <4>;
8381 cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */
....@@ -85,8 +83,6 @@
8583 };
8684
8785 &mmc1 {
88
- pinctrl-names = "default";
89
- pinctrl-0 = <&mmc1_pins_a>;
9086 vmmc-supply = <&reg_vcc3v3>;
9187 bus-width = <4>;
9288 non-removable;
....@@ -98,33 +94,21 @@
9894 };
9995
10096 &pio {
101
- mmc0_cd_pin_r7: mmc0_cd_pin@0 {
102
- pins = "PG1";
103
- function = "gpio_in";
104
- bias-pull-up;
105
- };
106
-
107
- led_pins_r7: led_pins@0 {
97
+ led_pins_r7: led-pin {
10898 pins = "PB2";
10999 function = "gpio_out";
110100 drive-strength = <20>;
111101 };
112
-
113
- usb1_vbus_pin_r7: usb1_vbus_pin@0 {
114
- pins = "PG13";
115
- function = "gpio_out";
116
- };
117102 };
118103
119104 &reg_usb1_vbus {
120
- pinctrl-0 = <&usb1_vbus_pin_r7>;
121105 gpio = <&pio 6 13 GPIO_ACTIVE_HIGH>;
122106 status = "okay";
123107 };
124108
125109 &uart0 {
126110 pinctrl-names = "default";
127
- pinctrl-0 = <&uart0_pins_a>;
111
+ pinctrl-0 = <&uart0_pb_pins>;
128112 status = "okay";
129113 };
130114