mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-24 07:41:53 +00:00
Based on work of David Huang https://github.com/hjc4869 Changed in the transition: - firefly family was renamed to rk3399, which we actually never started to use. It was made for Odroid N1, which will never be sold - adjusted compiler toolchain2 parameter - added standard wireless drivers - kernel config with the following changes: Docker dependencies, ZRAM, CPUfreq info, ... - added upstream patches - made test Ubuntu Bionic desktop and CLI Stretch build, bootlog: http://ix.io/1jVu TBD: wifi and BT support, mainline kernel, ...
19 lines
666 B
Diff
19 lines
666 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
index d026527e..ab7b0d4e 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
@@ -745,12 +745,12 @@
|
|
|
|
trips {
|
|
threshold: trip-point-0 {
|
|
- temperature = <70000>; /* millicelsius */
|
|
+ temperature = <85000>; /* millicelsius */
|
|
hysteresis = <2000>; /* millicelsius */
|
|
type = "passive";
|
|
};
|
|
target: trip-point-1 {
|
|
- temperature = <85000>; /* millicelsius */
|
|
+ temperature = <95000>; /* millicelsius */
|
|
hysteresis = <2000>; /* millicelsius */
|
|
type = "passive";
|
|
};
|