correction of bpir2pro frequency control and changing the composition of images (#4753)

This commit is contained in:
Oleg
2023-01-26 21:08:48 +03:00
committed by GitHub
parent abd16c5b0f
commit 462b3befec
2 changed files with 49 additions and 50 deletions

View File

@@ -56,39 +56,39 @@
&combphy2 {
/* used for SATA */
status = "okay";
+};
+//};
+
+&cpu0 {
+ cpu-supply = <&vdd_cpu>;
+};
+//&cpu0 {
+// cpu-supply = <&vdd_cpu>;
+//};
+
+&cpu1 {
+ cpu-supply = <&vdd_cpu>;
+};
+//&cpu1 {
+// cpu-supply = <&vdd_cpu>;
+//};
+
+&cpu2 {
+ cpu-supply = <&vdd_cpu>;
+};
+//&cpu2 {
+// cpu-supply = <&vdd_cpu>;
+//};
+
+&cpu3 {
+ cpu-supply = <&vdd_cpu>;
+};
+//&cpu3 {
+// cpu-supply = <&vdd_cpu>;
+//};
+
+&cpu_thermal {
+ trips {
+ cpu_hot: cpu_hot {
+ temperature = <55000>;
+ hysteresis = <2000>;
+ type = "active";
+ };
+ };
+//&cpu_thermal {
+// trips {
+// cpu_hot: cpu_hot {
+// temperature = <55000>;
+// hysteresis = <2000>;
+// type = "active";
+// };
+// };
+
+ cooling-maps {
+ map1 {
+ trip = <&cpu_hot>;
+ cooling-device = <&fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+ };
+ };
+// cooling-maps {
+// map1 {
+// trip = <&cpu_hot>;
+// cooling-device = <&fan THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+// };
+// };
};
&gmac0 {
@@ -97,23 +97,23 @@
status = "okay";
+
+ vdd_cpu: regulator@1c {
+ compatible = "tcs,tcs4525";
+ reg = <0x1c>;
+ vin-supply = <&vcc5v0_sys>;
+ regulator-compatible = "fan53555-reg";
+ regulator-name = "vdd_cpu";
+ regulator-min-microvolt = <712500>;
+ regulator-max-microvolt = <1390000>;
+ regulator-ramp-delay = <2300>;
+ fcs,suspend-voltage-selector = <1>;
+ regulator-boot-on;
+ regulator-always-on;
+// vdd_cpu: regulator@1c {
+// compatible = "tcs,tcs4525";
+// reg = <0x1c>;
+// vin-supply = <&vcc5v0_sys>;
+// regulator-compatible = "fan53555-reg";
+// regulator-name = "vdd_cpu";
+// regulator-min-microvolt = <712500>;
+// regulator-max-microvolt = <1390000>;
+// regulator-ramp-delay = <2300>;
+// fcs,suspend-voltage-selector = <1>;
+// regulator-boot-on;
+// regulator-always-on;
+
+ regulator-state-mem {
+ regulator-off-in-suspend;
+ };
+ };
+// regulator-state-mem {
+// regulator-off-in-suspend;
+// };
+// };
+
rk809: pmic@20 {
compatible = "rockchip,rk809";