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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 50 deletions

View File

@ -69,7 +69,7 @@ bananapir2pro current jammy cli s
bananapir2pro current bullseye cli stable yes
#
bananapir2pro current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapir2pro current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapir2pro current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapir2pro current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -804,7 +804,7 @@ firefly-rk3399 current jammy cli s
firefly-rk3399 current bullseye cli stable yes
#
firefly-rk3399 current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
firefly-rk3399 current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
firefly-rk3399 current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
firefly-rk3399 current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -813,7 +813,6 @@ station-m1 current jammy cli s
station-m1 current bullseye cli stable yes
#
station-m1 current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m1 current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m1 current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -822,7 +821,7 @@ station-p1 current jammy cli s
station-p1 current bullseye cli stable yes
#
station-p1 current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p1 current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p1 current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p1 current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -836,7 +835,7 @@ station-m2 current jammy cli s
station-m2 current bullseye cli stable yes
#
station-m2 current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m2 current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m2 current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m2 current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -844,6 +843,7 @@ station-m2 current jammy desktop s
station-m3 legacy bullseye cli stable yes
station-m3 legacy jammy cli stable yes
station-m3 legacy bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m3 legacy jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m3 legacy jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -857,7 +857,7 @@ station-p2 current jammy cli s
station-p2 current bullseye cli stable yes
#
station-p2 current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p2 current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p2 current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p2 current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
@ -895,7 +895,6 @@ jetson-nano current jammy cli s
jetson-nano current bullseye cli stable yes
#
jetson-nano current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
jetson-nano current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
jetson-nano current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop

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";