| .. | .. |
|---|
| 20 | 20 | leds: gpio-leds { |
|---|
| 21 | 21 | compatible = "gpio-leds"; |
|---|
| 22 | 22 | |
|---|
| 23 | | - work { |
|---|
| 23 | + work_led: led-0 { |
|---|
| 24 | 24 | gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>; |
|---|
| 25 | 25 | label = "kylin:red:led"; |
|---|
| 26 | 26 | pinctrl-names = "default"; |
|---|
| .. | .. |
|---|
| 148 | 148 | }; |
|---|
| 149 | 149 | |
|---|
| 150 | 150 | &emmc { |
|---|
| 151 | + no-sdio; |
|---|
| 152 | + no-sd; |
|---|
| 151 | 153 | status = "okay"; |
|---|
| 152 | 154 | }; |
|---|
| 153 | 155 | |
|---|
| .. | .. |
|---|
| 170 | 172 | }; |
|---|
| 171 | 173 | |
|---|
| 172 | 174 | &hdmi { |
|---|
| 175 | + status = "okay"; |
|---|
| 176 | +}; |
|---|
| 177 | + |
|---|
| 178 | +&hevc { |
|---|
| 173 | 179 | status = "okay"; |
|---|
| 174 | 180 | }; |
|---|
| 175 | 181 | |
|---|
| .. | .. |
|---|
| 367 | 373 | }; |
|---|
| 368 | 374 | |
|---|
| 369 | 375 | &i2s { |
|---|
| 370 | | - #sound-dai-cells = <0>; |
|---|
| 376 | + status = "okay"; |
|---|
| 377 | + pinctrl-0 = <&i2s_sclk |
|---|
| 378 | + &i2s_lrclktx |
|---|
| 379 | + &i2s_sdo |
|---|
| 380 | + &i2s_sdi>; |
|---|
| 381 | +}; |
|---|
| 382 | + |
|---|
| 383 | +&mpp_srv { |
|---|
| 371 | 384 | status = "okay"; |
|---|
| 372 | 385 | }; |
|---|
| 373 | 386 | |
|---|
| .. | .. |
|---|
| 377 | 390 | bus-width = <4>; |
|---|
| 378 | 391 | cap-sd-highspeed; |
|---|
| 379 | 392 | cap-sdio-irq; |
|---|
| 380 | | - default-sample-phase = <90>; |
|---|
| 393 | + rockchip,default-sample-phase = <90>; |
|---|
| 381 | 394 | keep-power-in-suspend; |
|---|
| 382 | 395 | mmc-pwrseq = <&sdio_pwrseq>; |
|---|
| 383 | 396 | non-removable; |
|---|
| .. | .. |
|---|
| 387 | 400 | sd-uhs-sdr25; |
|---|
| 388 | 401 | sd-uhs-sdr50; |
|---|
| 389 | 402 | sd-uhs-sdr104; |
|---|
| 390 | | - supports-sdio; |
|---|
| 403 | + no-mmc; |
|---|
| 404 | + no-sd; |
|---|
| 391 | 405 | }; |
|---|
| 392 | 406 | |
|---|
| 393 | 407 | &sdmmc { |
|---|
| .. | .. |
|---|
| 398 | 412 | disable-wp; |
|---|
| 399 | 413 | pinctrl-names = "default"; |
|---|
| 400 | 414 | pinctrl-0 = <&sdmmc_clk>, <&sdmmc_cmd>, <&sdmmc_cd>, <&sdmmc_bus4>; |
|---|
| 401 | | - supports-sd; |
|---|
| 415 | + no-mmc; |
|---|
| 416 | + no-sdio; |
|---|
| 402 | 417 | }; |
|---|
| 403 | 418 | |
|---|
| 404 | 419 | &uart0 { |
|---|
| .. | .. |
|---|
| 418 | 433 | status = "okay"; |
|---|
| 419 | 434 | }; |
|---|
| 420 | 435 | |
|---|
| 436 | +&vdpu { |
|---|
| 437 | + status = "okay"; |
|---|
| 438 | +}; |
|---|
| 439 | + |
|---|
| 440 | +&vpu_mmu { |
|---|
| 441 | + status = "okay"; |
|---|
| 442 | +}; |
|---|
| 443 | + |
|---|
| 421 | 444 | &vop { |
|---|
| 422 | 445 | status = "okay"; |
|---|
| 423 | 446 | }; |
|---|
| 424 | 447 | |
|---|
| 425 | 448 | &vop_mmu { |
|---|
| 426 | | - status = "okay"; |
|---|
| 427 | | -}; |
|---|
| 428 | | - |
|---|
| 429 | | -&vpu_combo { |
|---|
| 430 | | - status = "okay"; |
|---|
| 431 | | -}; |
|---|
| 432 | | - |
|---|
| 433 | | -&vpu_mmu { |
|---|
| 434 | 449 | status = "okay"; |
|---|
| 435 | 450 | }; |
|---|
| 436 | 451 | |
|---|