Skip to content

Commit 7872d76

Browse files
author
Jason Song
committed
ARM64: dts: rockchip: px5: fix pmu and ddr configs.
Change-Id: I7bed4caac70b430752bc6338d15554901892144a Signed-off-by: Jason Song <sxj@rock-chips.com>
1 parent 17b13cc commit 7872d76

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
compatible = "rockchip,px5-evb", "rockchip,px5", "rockchip,rk3368";
5353

5454
chosen {
55-
bootargs = "earlycon=uart8250,mmio32,0xff1c0000";
55+
bootargs = "earlycon=uart8250,mmio32,0xff1c0000 swiotlb=1 firmware_class.path=/system/vendor/firmware";
5656
};
5757

5858
fiq_debugger: fiq-debugger {
@@ -543,6 +543,7 @@
543543
regulator-ramp-delay = <6000>;
544544
regulator-state-mem {
545545
regulator-off-in-suspend;
546+
regulator-suspend-microvolt = <1000000>;
546547
};
547548
};
548549

@@ -600,6 +601,7 @@
600601
regulator-name = "vcca_33";
601602
regulator-state-mem {
602603
regulator-off-in-suspend;
604+
regulator-suspend-microvolt = <3300000>;
603605
};
604606
};
605607

@@ -623,6 +625,7 @@
623625
regulator-name = "avdd_33";
624626
regulator-state-mem {
625627
regulator-off-in-suspend;
628+
regulator-suspend-microvolt = <3300000>;
626629
};
627630
};
628631

@@ -646,6 +649,7 @@
646649
regulator-name = "vdd10_lcd";
647650
regulator-state-mem {
648651
regulator-off-in-suspend;
652+
regulator-suspend-microvolt = <1000000>;
649653
};
650654
};
651655

@@ -656,7 +660,8 @@
656660
regulator-max-microvolt = <1800000>;
657661
regulator-name = "vcc_18";
658662
regulator-state-mem {
659-
regulator-off-in-suspend;
663+
regulator-on-in-suspend;
664+
regulator-suspend-microvolt = <1800000>;
660665
};
661666
};
662667

@@ -668,6 +673,7 @@
668673
regulator-name = "vcc18_lcd";
669674
regulator-state-mem {
670675
regulator-off-in-suspend;
676+
regulator-suspend-microvolt = <1800000>;
671677
};
672678
};
673679

@@ -847,9 +853,25 @@
847853
status = "okay";
848854
};
849855

856+
&dfi {
857+
status = "okay";
858+
};
859+
850860
&dmc {
851861
vop-dclk-mode = <1>;
852862
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+
>;
853875
status = "okay";
854876
};
855877

0 commit comments

Comments
 (0)