|
52 | 52 | compatible = "rockchip,px5-evb", "rockchip,px5", "rockchip,rk3368"; |
53 | 53 |
|
54 | 54 | chosen { |
55 | | - bootargs = "earlycon=uart8250,mmio32,0xff1c0000"; |
| 55 | + bootargs = "earlycon=uart8250,mmio32,0xff1c0000 swiotlb=1 firmware_class.path=/system/vendor/firmware"; |
56 | 56 | }; |
57 | 57 |
|
58 | 58 | fiq_debugger: fiq-debugger { |
|
543 | 543 | regulator-ramp-delay = <6000>; |
544 | 544 | regulator-state-mem { |
545 | 545 | regulator-off-in-suspend; |
| 546 | + regulator-suspend-microvolt = <1000000>; |
546 | 547 | }; |
547 | 548 | }; |
548 | 549 |
|
|
600 | 601 | regulator-name = "vcca_33"; |
601 | 602 | regulator-state-mem { |
602 | 603 | regulator-off-in-suspend; |
| 604 | + regulator-suspend-microvolt = <3300000>; |
603 | 605 | }; |
604 | 606 | }; |
605 | 607 |
|
|
623 | 625 | regulator-name = "avdd_33"; |
624 | 626 | regulator-state-mem { |
625 | 627 | regulator-off-in-suspend; |
| 628 | + regulator-suspend-microvolt = <3300000>; |
626 | 629 | }; |
627 | 630 | }; |
628 | 631 |
|
|
646 | 649 | regulator-name = "vdd10_lcd"; |
647 | 650 | regulator-state-mem { |
648 | 651 | regulator-off-in-suspend; |
| 652 | + regulator-suspend-microvolt = <1000000>; |
649 | 653 | }; |
650 | 654 | }; |
651 | 655 |
|
|
656 | 660 | regulator-max-microvolt = <1800000>; |
657 | 661 | regulator-name = "vcc_18"; |
658 | 662 | regulator-state-mem { |
659 | | - regulator-off-in-suspend; |
| 663 | + regulator-on-in-suspend; |
| 664 | + regulator-suspend-microvolt = <1800000>; |
660 | 665 | }; |
661 | 666 | }; |
662 | 667 |
|
|
668 | 673 | regulator-name = "vcc18_lcd"; |
669 | 674 | regulator-state-mem { |
670 | 675 | regulator-off-in-suspend; |
| 676 | + regulator-suspend-microvolt = <1800000>; |
671 | 677 | }; |
672 | 678 | }; |
673 | 679 |
|
|
847 | 853 | status = "okay"; |
848 | 854 | }; |
849 | 855 |
|
| 856 | +&dfi { |
| 857 | + status = "okay"; |
| 858 | +}; |
| 859 | + |
850 | 860 | &dmc { |
851 | 861 | vop-dclk-mode = <1>; |
852 | 862 | center-supply = <&vdd_log>; |
| 863 | + system-status-freq = < |
| 864 | + /*system status freq(KHz)*/ |
| 865 | + SYS_STATUS_NORMAL 600000 |
| 866 | + SYS_STATUS_REBOOT 600000 |
| 867 | + SYS_STATUS_SUSPEND 192000 |
| 868 | + SYS_STATUS_VIDEO_1080P 600000 |
| 869 | + SYS_STATUS_VIDEO_4K 600000 |
| 870 | + SYS_STATUS_PERFORMANCE 600000 |
| 871 | + SYS_STATUS_BOOST 600000 |
| 872 | + SYS_STATUS_DUALVIEW 600000 |
| 873 | + SYS_STATUS_ISP 600000 |
| 874 | + >; |
853 | 875 | status = "okay"; |
854 | 876 | }; |
855 | 877 |
|
|
0 commit comments