.. | .. |
---|
141 | 141 | gpio_function = <0>; |
---|
142 | 142 | }; |
---|
143 | 143 | |
---|
144 | | - wifi_power_en { |
---|
145 | | - gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>; //WIFI_PWREN_GPIO3_C6_1V8 |
---|
| 144 | + usb_ogt { |
---|
| 145 | + gpio_num = <&gpio0 RK_PC2 GPIO_ACTIVE_HIGH>; //OTG_EN_OC_GPIO0_C2 |
---|
146 | 146 | gpio_function = <0>; |
---|
147 | 147 | }; |
---|
| 148 | + |
---|
| 149 | + |
---|
148 | 150 | #if 0 |
---|
149 | 151 | do1 { |
---|
150 | 152 | gpio_num = <&gpio1 RK_PD0 GPIO_ACTIVE_LOW>; |
---|
.. | .. |
---|
191 | 193 | panel: panel { |
---|
192 | 194 | compatible = "simple-panel"; |
---|
193 | 195 | backlight = <&backlight>; |
---|
194 | | - power-supply = <&vcc3v3_lcd1_n>; |
---|
| 196 | + power-supply = <&vcc3v3_lcd0_n>; |
---|
195 | 197 | enable-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>; //LCD0_VDD_H_GPIO2_D4 |
---|
196 | 198 | edp-bl-gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; //LCD0_PWBLK_H_GPIO0_B7 |
---|
197 | 199 | edp-bl-en = <&gpio0 RK_PB0 GPIO_ACTIVE_HIGH>; //LCD0_BKLT_EN_3V3 |
---|
.. | .. |
---|
386 | 388 | rx_delay = <0x2f>; |
---|
387 | 389 | |
---|
388 | 390 | phy-handle = <&rgmii_phy0>; |
---|
389 | | - status = "okay"; |
---|
| 391 | + status = "disabled"; |
---|
390 | 392 | }; |
---|
391 | 393 | |
---|
392 | 394 | &gmac1 { |
---|