| .. | .. |
|---|
| 184 | 184 | status = "okay"; |
|---|
| 185 | 185 | }; |
|---|
| 186 | 186 | |
|---|
| 187 | +>1x { |
|---|
| 188 | + power-supply = <&vcc3v3_lcd0_n>; |
|---|
| 189 | +}; |
|---|
| 187 | 190 | |
|---|
| 188 | 191 | &i2c2 { |
|---|
| 189 | 192 | status = "okay"; |
|---|
| .. | .. |
|---|
| 430 | 433 | sound-dai = <&i2s3_2ch>; |
|---|
| 431 | 434 | }; |
|---|
| 432 | 435 | simple-audio-card,codec { |
|---|
| 433 | | - sound-dai = <&rk809_codec>; |
|---|
| 436 | + sound-dai = <&rk809_codec 0>; |
|---|
| 434 | 437 | }; |
|---|
| 435 | 438 | }; |
|---|
| 436 | 439 | |
|---|
| .. | .. |
|---|
| 449 | 452 | |
|---|
| 450 | 453 | &sdmmc1 { |
|---|
| 451 | 454 | max-frequency = <150000000>; |
|---|
| 452 | | - supports-sdio; |
|---|
| 455 | + no-sd; |
|---|
| 456 | + no-mmc; |
|---|
| 453 | 457 | bus-width = <4>; |
|---|
| 454 | 458 | disable-wp; |
|---|
| 455 | 459 | cap-sd-highspeed; |
|---|
| .. | .. |
|---|
| 501 | 505 | pinctrl-names = "default"; |
|---|
| 502 | 506 | pinctrl-0 = <&wifi_host_wake_irq>; |
|---|
| 503 | 507 | WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>; |
|---|
| 508 | + WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>; |
|---|
| 504 | 509 | }; |
|---|
| 505 | 510 | |
|---|
| 511 | +&work_led { |
|---|
| 512 | + gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>; |
|---|
| 513 | +}; |
|---|