build/patch/kernel/rk3399-default/overclock-rk3399-to-1.5-2.0.patch
Igor Pečovnik 633242e835
Changes to build script and patches adjustment (#1423)
- change console welcome text
- changed display manager to lightdm by default and remove nodm completly
- desktop login manager enabled by default, toogle can be done with armbian-config
- added URL to the build script and commit hash to /etc/armbian-release file
- added debconf-utils,html2text,mmc-utils,sunxi-tools to the base and additional pkg list
- added synaptic package manager and onboard keyboard to the desktop base
- changed motd console welcome text to: Welcome to Debian Stretch with Armbian Linux 5.1.6-sunxi
- added "logout" to the panel/menu
- added normal users to additional groups: disk tty users games
* Adjust tabs and alter displaying build options at the end - hide empty ones
* Fix wrong MOTD message, adjust logic to autologin by default and request login for both notebooks
* Making fs cache naming more intuitive, rename script
* Move additional kernel drivers into separate file. Add AUFS for K5.1 this way, attach wireguard sources to last known working tag. master is broken atm
* Add two more extra wireless drivers 88x2BU, (improved) 8811EU and introduce switch EXTRAWIFI which is enabled by default
* Move 8812AU to the same version we have now. More recent has some performance issues in AP mode. Adjust configuration, add mvebut-dev 5.1.y kernel
* Enable Wireguard also on 3.10.y since it was fixed upstream. Attach bach to master branch since its working now
* Rockchip64 & RK3399 - upstream patches and remove deprecated patches, mvebu64 add DEV kernel attached to 5.1.y
* Enable BT on Tinkerboard CLI images as well
* cubox-i move to 5.1.y and enable missing HDMI
* Bugfixes for adding wireless driver to Kconfig. Adjusted RK3399 kernel due to upstream changes at FriendlyARM - does not boot yet. Changes has to be extract from their commits. Removed patches with RTL8188EU since we add more recent driver with a new precedure. Small fixes mvebu-default, udoo-next, s56818-next, ... remove deprecated patches.
* Boot-able RK3399-default config, add upstream patches for K4.4.y mvebu-default/udoo-next
* Adjust overclocking patch to meet upstream changes
* Odroid XU4 - remove deprecated kernel patches
2019-06-26 07:31:11 +02:00

36 lines
1.2 KiB
Diff

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi
index 82514d1b..fddf3d7f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-opp.dtsi
@@ -121,6 +121,15 @@
opp-microvolt-L3 = <1050000 1050000 1200000>;
clock-latency-ns = <40000>;
};
+ opp-1512000000 {
+ opp-hz = /bits/ 64 <1512000000>;
+ opp-microvolt = <1200000 1200000 1200000>;
+ opp-microvolt-L0 = <1200000 1200000 1200000>;
+ opp-microvolt-L1 = <1175000 1175000 1175000>;
+ opp-microvolt-L2 = <1150000 1150000 1150000>;
+ opp-microvolt-L3 = <1125000 1125000 1125000>;
+ clock-latency-ns = <40000>;
+ };
};
cluster1_opp: opp-table1 {
@@ -219,6 +237,15 @@
opp-microvolt-L3 = <1125000 1125000 1200000>;
clock-latency-ns = <40000>;
};
+ opp-1992000000 {
+ opp-hz = /bits/ 64 <1992000000>;
+ opp-microvolt = <1300000 1300000 1300000>;
+ opp-microvolt-L0 = <1300000 1300000 1300000>;
+ opp-microvolt-L1 = <1275000 1275000 1275000>;
+ opp-microvolt-L2 = <1250000 1250000 1250000>;
+ opp-microvolt-L3 = <1225000 1225000 1225000>;
+ clock-latency-ns = <40000>;
+ };
};
gpu_opp_table: opp-table2 {