mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
correction of bpir2pro frequency control and changing the composition of images (#4753)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user